Skip to content

Commit

Permalink
Default slow request tracking to disabled; this is only used in Galax…
Browse files Browse the repository at this point in the history
…y and should fix TS/reports error.
  • Loading branch information
dannon committed Feb 12, 2018
1 parent 201d765 commit 007ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/framework/middleware/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Sentry(object):
uncaught exceptions and send them to Sentry.
"""

def __init__(self, application, dsn, sloreq):
def __init__(self, application, dsn, sloreq=0):
assert Client is not None, RAVEN_IMPORT_MESSAGE
self.application = application
self.client = None
Expand Down

0 comments on commit 007ae8f

Please sign in to comment.