Skip to content

Commit

Permalink
Configure SENTRY_DSN in syncback service.
Browse files Browse the repository at this point in the history
  • Loading branch information
emfree committed Oct 9, 2015
1 parent 3f69d36 commit c20a642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/syncback-service
Expand Up @@ -32,6 +32,7 @@ def main(prod, config):
config_path = os.path.abspath(config)
load_overrides(config_path)
configure_logging(log_level=inbox_config.get('LOGLEVEL'))
os.environ["SENTRY_DSN"] = inbox_config.get("SENTRY_DSN", "")
if prod:
start()
else:
Expand Down

0 comments on commit c20a642

Please sign in to comment.