Skip to content

Commit 18cfb66

Browse files
authored
Reduce Sentry transaction sample rate (#854)
## Status - Related to RaspberryPiFoundation/digital-editor-issues#1425 ## Points for consideration: - Performance - this should have a [performance benefit](https://docs.sentry.io/platforms/javascript/sampling/#sampling-transaction-events) ## What's changed? - Reduces Sentry transaction sample rate
1 parent 2884a89 commit 18cfb66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/initializers/sentry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
config.breadcrumbs_logger = [:active_support_logger]
66
config.environment = ENV.fetch('SENTRY_CURRENT_ENV', nil) || ENV.fetch('RAILS_ENV', nil)
77

8-
config.traces_sample_rate = 0.5
8+
config.traces_sample_rate = 0.1
99
end

0 commit comments

Comments
 (0)