Skip to content

Commit

Permalink
feat: disable Sentry anonymous usage statistics (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Nov 25, 2024
1 parent 1c5b61f commit b679d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/sentry/templates/sentry/_helper-sentry.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ sentry.conf.py: |-
# General #
###########

# Disable sends anonymous usage statistics
SENTRY_BEACON = False

secret_key = env('SENTRY_SECRET_KEY')
if not secret_key:
Expand Down

0 comments on commit b679d97

Please sign in to comment.