added environment to sentry configs w/ burnettk

This commit is contained in:
jasquat 2022-10-17 11:18:03 -04:00
parent 2148c39fca
commit 248e79441f
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ def configure_sentry(app: flask.app.Flask) -> None:
integrations=[
FlaskIntegration(),
],
environment=app.config['ENV_IDENTIFIER'],
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production.