This commit is contained in:
Dan Milne
2025-11-09 11:54:45 +11:00
parent 038801f34b
commit c92e69fa4a
5 changed files with 104 additions and 5 deletions

View File

@@ -53,5 +53,5 @@ Rails.application.configure do
# Disable Sentry in test environment to avoid interference with tests
# Sentry can be explicitly enabled for integration testing if needed
config.sentry.enabled = false
ENV["SENTRY_ENABLED_IN_DEVELOPMENT"] = "false"
end