We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a72d96 commit 45abc78Copy full SHA for 45abc78
config/initializers/sentry.rb
@@ -5,13 +5,4 @@
5
config.capture_exception_frame_locals = true
6
config.release = Rails.configuration.revision
7
config.send_default_pii = true
8
- config.traces_sampler = ->(sampling_context) {
9
- # If this is the continuation of a trace,
10
- # just use that decision (rate controlled by the caller).
11
- if parent_sampled = sampling_context[:parent_sampled]
12
- next parent_sampled
13
- end
14
-
15
- ENV.fetch("SENTRY_TRACES_SAMPLE_RATE").to_f
16
- }
17
end
0 commit comments