From 6380d39afb86c5f89ddf7de680855f77ed1e39ac Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Wed, 17 Nov 2021 19:23:28 +0200 Subject: [PATCH] disable sentry performance monitoring --- sikweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sikweb/settings.py b/sikweb/settings.py index 0e3600b..17a60d5 100644 --- a/sikweb/settings.py +++ b/sikweb/settings.py @@ -27,7 +27,7 @@ sentry_sdk.init( # 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=1.0, + 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.