Skip to content

Commit

Permalink
Disable sentry traces
Browse files Browse the repository at this point in the history
Seems to consume most of DfE quota
  • Loading branch information
fumimowdan committed Oct 31, 2023
1 parent 29fac9d commit 4a70e5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Sentry.init do |config|
config.dsn = ENV.fetch("SENTRY_DSN", nil)
config.enabled_environments = %w[production staging qa]

config.traces_sample_rate = 0.1

config.transport.ssl_verification = true if Rails.env.production?
end

0 comments on commit 4a70e5a

Please sign in to comment.