Skip to content

Commit

Permalink
change default sample trace rate sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 31, 2024
1 parent 28844a5 commit b00b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
dsn=SENTRY_DSN,
integrations=integrations,
environment=env("SENTRY_ENVIRONMENT", default="production"),
traces_sample_rate=env.float("SENTRY_TRACES_SAMPLE_RATE", default=0.1),
traces_sample_rate=env.float("SENTRY_TRACES_SAMPLE_RATE", default=0.05),
)

LOGGING["loggers"] = {
Expand Down

0 comments on commit b00b870

Please sign in to comment.