Skip to content

Commit

Permalink
0 trace sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jan 18, 2024
1 parent 8b3cc52 commit 84fdef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# Send POST data and cookies to Sentry
config.send_default_pii = true

# Don't send transaction data to Sentry
config.traces_sample_rate = 0.0

# Reduce the amount of logging from Sentry
config.logger = Sentry::Logger.new(STDOUT)
config.logger.level = Logger::ERROR
Expand Down

0 comments on commit 84fdef2

Please sign in to comment.