From b679d97e21e787857a7d1dc8fd7c84ceb759e083 Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:34:01 +0600 Subject: [PATCH] feat: disable Sentry anonymous usage statistics (#1608) --- charts/sentry/templates/sentry/_helper-sentry.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/sentry/templates/sentry/_helper-sentry.tpl b/charts/sentry/templates/sentry/_helper-sentry.tpl index c3c155af9..1aa12afb6 100644 --- a/charts/sentry/templates/sentry/_helper-sentry.tpl +++ b/charts/sentry/templates/sentry/_helper-sentry.tpl @@ -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: