Removed stray )
This commit is contained in:
parent
dee408291a
commit
32174bedc1
@ -34,7 +34,7 @@ def setup_plugin():
|
|||||||
if sentry_dsn:
|
if sentry_dsn:
|
||||||
_log.info('Setting up raven from plugin config: {0}'.format(
|
_log.info('Setting up raven from plugin config: {0}'.format(
|
||||||
sentry_dsn))
|
sentry_dsn))
|
||||||
client = Client(sentry_dsn))
|
client = Client(sentry_dsn)
|
||||||
elif os.environ.get('SENTRY_DSN'):
|
elif os.environ.get('SENTRY_DSN'):
|
||||||
_log.info('Setting up raven from SENTRY_DSN environment variable: {0}'\
|
_log.info('Setting up raven from SENTRY_DSN environment variable: {0}'\
|
||||||
.format(os.environ.get('SENTRY_DSN')))
|
.format(os.environ.get('SENTRY_DSN')))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user