Skip to content

Commit

Permalink
Merge pull request #75 from MozillaSocial/OBSHELP-20-sentry-tracing
Browse files Browse the repository at this point in the history
Turn off Sentry tracing
  • Loading branch information
toufali authored Oct 8, 2024
2 parents 7a8f3bc + bcfdabb commit 37bd7ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,4 @@
end

config.breadcrumbs_logger = [:active_support_logger, :http_logger]

# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production.
config.traces_sample_rate = 1.0
# or
config.traces_sampler = lambda do |_context|
true
end
end

0 comments on commit 37bd7ce

Please sign in to comment.