setup sentry

This commit is contained in:
2026-05-10 03:11:10 +02:00
parent 3c86ca4c91
commit d8d09c21d4
3 changed files with 89 additions and 58 deletions
@@ -179,3 +179,13 @@ STATICFILES_DIRS = [
]
from polylan_submitter.settingsLocal import * # noqa
import sentry_sdk
sentry_sdk.init(
dsn="https://cc62a4ce3f3470890b43accf02cc6d8c@sentry2.polylan.ch/12",
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for tracing.
traces_sample_rate=1.0,
)