commit/galaxy-central: inithello: Uncomment the previously added sentry_dsn.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e5dcefc328bb/ changeset: e5dcefc328bb user: inithello date: 2013-02-12 05:17:13 summary: Uncomment the previously added sentry_dsn. affected #: 1 file diff -r 6be149267ed6016351819a0605213fb3d34b25ef -r e5dcefc328bb4fadcd0097787d167c7f43db5627 lib/galaxy/webapps/reports/config.py --- a/lib/galaxy/webapps/reports/config.py +++ b/lib/galaxy/webapps/reports/config.py @@ -41,7 +41,7 @@ self.log_events = False self.cookie_path = kwargs.get( "cookie_path", "/" ) # Error logging with sentry - # self.sentry_dsn = kwargs.get( 'sentry_dsn', None ) + self.sentry_dsn = kwargs.get( 'sentry_dsn', None ) #Parse global_conf global_conf = kwargs.get( 'global_conf', None ) global_conf_parser = ConfigParser.ConfigParser() Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket