commit/galaxy-central: inithello: Add sentry_dsn to reports webapp configuration.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6be149267ed6/ changeset: 6be149267ed6 user: inithello date: 2013-02-12 05:15:34 summary: Add sentry_dsn to reports webapp configuration. affected #: 1 file diff -r 42e0e5d9b7a479d884f9556a59aadea7886c131e -r 6be149267ed6016351819a0605213fb3d34b25ef lib/galaxy/webapps/reports/config.py --- a/lib/galaxy/webapps/reports/config.py +++ b/lib/galaxy/webapps/reports/config.py @@ -40,6 +40,8 @@ self.screencasts_url = kwargs.get( 'screencasts_url', None ) self.log_events = False self.cookie_path = kwargs.get( "cookie_path", "/" ) + # Error logging with sentry + # 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