Merge branch 'develop' into 'master'

Prod deploy: Disable sentry performance monitoring

See merge request sahkoinsinoorikilta/vtmk/web2.0-backend!51
This commit is contained in:
Aarni Halinen
2021-11-17 17:30:51 +00:00
+1 -1
View File
@@ -27,7 +27,7 @@ sentry_sdk.init(
# Set traces_sample_rate to 1.0 to capture 100% # Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring. # of transactions for performance monitoring.
# We recommend adjusting this value in production. # 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 # If you wish to associate users to errors (assuming you are using
# django.contrib.auth) you may enable sending PII data. # django.contrib.auth) you may enable sending PII data.