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 34ce07b commit 0b28dedCopy full SHA for 0b28ded
src/platform-includes/performance/traces-sampler-as-filter/ruby.mdx
@@ -13,7 +13,7 @@ Sentry.init do |config|
13
transaction_name = transaction_context[:name]
14
15
case op
16
- when /request/
+ when /http/
17
case transaction_name
18
when /health_check/
19
0.0 # ignore health_check requests
src/platform-includes/performance/traces-sampler-as-sampler/ruby.mdx
@@ -18,7 +18,7 @@ Sentry.init do |config|
20
21
22
# for Rails applications, transaction_name would be the request's path (env["PATH_INFO"]) instead of "Controller#action"
23
24
0 commit comments