Skip to content

Commit

Permalink
Send 10% of errors, 0.1% of transactions to Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-li committed May 17, 2023
1 parent 620061a commit 21548a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/ansible/settings_template.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ if SENTRY_DSN:
sentry_sdk.init(
dsn=SENTRY_DSN,
integrations=[DjangoIntegration()],
traces_sample_rate=0.01,
sample_rate=0.1,
traces_sample_rate=0.001,
send_default_pii=True)
# Ignore noisy loggers.
ignore_logger('coldfront.api')
Expand Down

0 comments on commit 21548a8

Please sign in to comment.