configure sentry in hacked up app w/ burnettk

This commit is contained in:
jasquat 2022-10-18 17:10:59 -04:00
parent fd1a273d3b
commit 045fe9c93a
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ def get_hacked_up_app_for_script() -> flask.app.Flask:
else:
raise Exception(f"Could not find {full_process_model_path}")
app = create_app()
configure_sentry(app)
return app