mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Flask transactions are way too often.
This commit is contained in:
parent
d19a4f7545
commit
7d6a261b73
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from sentry_sdk.integrations.flask import FlaskIntegration
|
||||||
sentry_sdk.init(
|
sentry_sdk.init(
|
||||||
dsn=settings.FLASK_SENTRY_DSN,
|
dsn=settings.FLASK_SENTRY_DSN,
|
||||||
integrations=[FlaskIntegration()],
|
integrations=[FlaskIntegration()],
|
||||||
traces_sample_rate=1.0,
|
traces_sample_rate=0.001,
|
||||||
)
|
)
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
Loading…
Add table
Reference in a new issue