Move to ENV (kamal secrets)

This commit is contained in:
Jorge Manrubia
2025-11-27 09:25:24 +01:00
parent e15c4987c1
commit 96caeacb03
+1 -1
View File
@@ -1,6 +1,6 @@
if !Rails.env.local? && ENV["SKIP_TELEMETRY"].blank?
Sentry.init do |config|
config.dsn = "https://ca338fb1fe6f677d6aeec2336a86f0ee@o33603.ingest.us.sentry.io/4508093839179776"
config.dsn = ENV["SENTRY_DSN"]
config.breadcrumbs_logger = %i[ active_support_logger http_logger ]
config.send_default_pii = false
config.release = ENV["GIT_REVISION"]