Allow experiments for the request instrumentation.
Flag to disable patching all together for fetch requests.
Default: true
List of strings and/or regexes used to determine which outgoing requests will have sentry-trace
and baggage
headers attached.
Default: ['localhost', /^//] {@see DEFAULT_TRACE_PROPAGATION_TARGETS}
Flag to disable patching all together for xhr requests.
Default: true
Will be removed in v8.
Use shouldCreateSpanForRequest
to control span creation and tracePropagationTargets
to control
trace header attachment.
Optional
shouldGenerated using TypeDoc
Options for Request Instrumentation