diff --git a/rhodecode/lib/middleware/sentry.py b/rhodecode/lib/middleware/sentry.py --- a/rhodecode/lib/middleware/sentry.py +++ b/rhodecode/lib/middleware/sentry.py @@ -44,4 +44,4 @@ else: include_paths=list_from_setting(config, 'sentry.include_paths'), exclude_paths=list_from_setting(config, 'sentry.exclude_paths'), ) - super(Sentry, self).__init__(app, client) \ No newline at end of file + super(Sentry, self).__init__(app, client)