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 180e934 commit f670ad4Copy full SHA for f670ad4
sentry-ruby/lib/sentry/transaction.rb
@@ -188,8 +188,6 @@ def set_initial_sample_decision(sampling_context:)
188
return
189
end
190
191
- # This block would return either true / false (if parent was sampled or not)
192
- # or the sample rate from the configuration, presumably between 0 and 1.
193
sample_rate =
194
if @traces_sampler.is_a?(Proc)
195
@traces_sampler.call(sampling_context)
0 commit comments