Squashed 'spiffworkflow-backend/' changes from 2148c39fc..248e79441
248e79441 added environment to sentry configs w/ burnettk git-subtree-dir: spiffworkflow-backend git-subtree-split: 248e79441f11d9a3d27a5b9777743de1d3bfedb9
This commit is contained in:
parent
bee232a55a
commit
a1a01ad25a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue