commit/galaxy-central: dan: Add sentry_dsn to Tool Shed config.py
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/cef2e9ff0960/ changeset: cef2e9ff0960 user: dan date: 2013-02-04 12:48:48 summary: Add sentry_dsn to Tool Shed config.py affected #: 1 file diff -r 0ebd6f6f29553b4ac49f78d0106e412115948191 -r cef2e9ff0960bab52fd481ec77585b6ecca8dfce lib/galaxy/webapps/community/config.py --- a/lib/galaxy/webapps/community/config.py +++ b/lib/galaxy/webapps/community/config.py @@ -92,6 +92,8 @@ self.job_handlers = [] self.tool_handlers = [] self.tool_runners = [] + # Error logging with sentry + self.sentry_dsn = kwargs.get( 'sentry_dsn', None ) # Where the tool shed hgweb.config file is stored - the default is the Galaxy installation directory. self.hgweb_config_dir = resolve_path( kwargs.get( 'hgweb_config_dir', '' ), self.root ) # Proxy features 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