Merge commit 'a1a01ad25a1ef60b879dede6f037f0fff3381ae4'
This commit is contained in:
commit
a3422f9af5
|
@ -148,6 +148,7 @@ def configure_sentry(app: flask.app.Flask) -> None:
|
||||||
integrations=[
|
integrations=[
|
||||||
FlaskIntegration(),
|
FlaskIntegration(),
|
||||||
],
|
],
|
||||||
|
environment=app.config['ENV_IDENTIFIER'],
|
||||||
# Set traces_sample_rate to 1.0 to capture 100%
|
# Set traces_sample_rate to 1.0 to capture 100%
|
||||||
# of transactions for performance monitoring.
|
# of transactions for performance monitoring.
|
||||||
# We recommend adjusting this value in production.
|
# We recommend adjusting this value in production.
|
||||||
|
|
Loading…
Reference in New Issue