Skip to content

Commit 6c9f1f1

Browse files
Adjust for sentry-ruby changes (#12455)
1 parent 03aa7db commit 6c9f1f1

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/performance/traces-sampler-as-sampler

1 file changed

+1
-1
lines changed

platform-includes/performance/traces-sampler-as-sampler/ruby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sentry.init do |config|
3434
else
3535
0.1
3636
end
37-
when /sidekiq/
37+
when /queue/
3838
0.01 # you may want to set a lower rate for background jobs if the number is large
3939
else
4040
0.0 # ignore all other transactions

0 commit comments

Comments
 (0)