From 8a8820be2ffbdb4c78bd24c147d0a67277818c21 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Fri, 3 Dec 2021 02:15:31 +0200 Subject: [PATCH] remove sentry tracing --- sikweb/settings.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sikweb/settings.py b/sikweb/settings.py index 17a60d5..1a9f4dc 100644 --- a/sikweb/settings.py +++ b/sikweb/settings.py @@ -23,12 +23,6 @@ sentry_sdk.init( dsn=SENTRY_DSN, environment=DEPLOY_ENV, integrations=[DjangoIntegration()], - - # Set traces_sample_rate to 1.0 to capture 100% - # of transactions for performance monitoring. - # We recommend adjusting this value in production. - traces_sample_rate=0, - # If you wish to associate users to errors (assuming you are using # django.contrib.auth) you may enable sending PII data. send_default_pii=True