Skip to content

Commit 7afd73d

Browse files
committed
remove stray comment
1 parent 180e934 commit 7afd73d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry-ruby/lib/sentry/transaction.rb

-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ def set_initial_sample_decision(sampling_context:)
188188
return
189189
end
190190

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.
193191
sample_rate =
194192
if @traces_sampler.is_a?(Proc)
195193
@traces_sampler.call(sampling_context)

0 commit comments

Comments
 (0)