Skip to content

Commit b679d97

Browse files
authored
feat: disable Sentry anonymous usage statistics (#1608)
1 parent 1c5b61f commit b679d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/sentry/templates/sentry/_helper-sentry.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ sentry.conf.py: |-
152152
# General #
153153
###########
154154

155+
# Disable sends anonymous usage statistics
156+
SENTRY_BEACON = False
155157

156158
secret_key = env('SENTRY_SECRET_KEY')
157159
if not secret_key:

0 commit comments

Comments
 (0)