Method: Sentry::Configuration#trace_propagation_targets

Defined in:
lib/sentry/configuration.rb

#trace_propagation_targetsArray<String, Regexp>

Allowlist of outgoing request targets to which sentry-trace and baggage headers are attached. Default is all (/.*/)

Returns:

  • (Array<String, Regexp>)
[View source]

289
290
291
# File 'lib/sentry/configuration.rb', line 289

def trace_propagation_targets
  @trace_propagation_targets
end