Method: Sentry::Configuration#trace_propagation_targets
- Defined in:
- lib/sentry/configuration.rb
permalink #trace_propagation_targets ⇒ Array<String, Regexp>
Allowlist of outgoing request targets to which sentry-trace and baggage headers are attached. Default is all (/.*/)
289 290 291 |
# File 'lib/sentry/configuration.rb', line 289 def trace_propagation_targets @trace_propagation_targets end |