setup sentry
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user