File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Sentry.init do |config|
24
24
# Set traces_sample_rate to 1.0 to capture 100%
25
25
# of transactions for performance monitoring.
26
26
# We recommend adjusting this value in production.
27
- config.traces_sample_rate = 0.5
27
+ config.traces_sample_rate = 1.0
28
28
# or
29
29
config.traces_sampler = lambda do |context |
30
30
true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Sentry.init do |config|
26
26
# Set traces_sample_rate to 1.0 to capture 100%
27
27
# of transactions for performance monitoring.
28
28
# We recommend adjusting this value in production.
29
- config.traces_sample_rate = 0.5
29
+ config.traces_sample_rate = 1.0
30
30
# or
31
31
config.traces_sampler = lambda do |context |
32
32
true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Sentry.init do |config|
30
30
# Set tracesSampleRate to 1.0 to capture 100%
31
31
# of transactions for performance monitoring.
32
32
# We recommend adjusting this value in production
33
- config.traces_sample_rate = 0.5
33
+ config.traces_sample_rate = 1.0
34
34
# or
35
35
config.traces_sampler = lambda do |context |
36
36
true
You can’t perform that action at this time.
0 commit comments