Skip to content

Commit

Permalink
Reduce Sentry sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Feb 5, 2025
1 parent 90f1ff8 commit cf014bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# 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
config.traces_sample_rate = 0.5

# Set profiles_sample_rate to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
config.profiles_sample_rate = 1.0
config.profiles_sample_rate = 0.5
end
end

0 comments on commit cf014bc

Please sign in to comment.