Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi committed Jan 4, 2024
1 parent 180e934 commit f670ad4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentry-ruby/lib/sentry/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def set_initial_sample_decision(sampling_context:)
return
end

# This block would return either true / false (if parent was sampled or not)
# or the sample rate from the configuration, presumably between 0 and 1.
sample_rate =
if @traces_sampler.is_a?(Proc)
@traces_sampler.call(sampling_context)
Expand Down

0 comments on commit f670ad4

Please sign in to comment.