[OTEL] Add instrumenter
option to Node SDK & disable auto-instrumentation
#6127
Milestone
instrumenter
option to Node SDK & disable auto-instrumentation
#6127
We want to add a new
instrumenter
option toSentry.init()
for the node SDK.This option defaults to
sentry
, but can optionally be set tootel
.The
otel
option will disable any auto-instrumentation done by Sentry, expecting auto-instrumentation to be done by an OpenTelemetry integration.instrumenter
option toClientOptions
#6128instrumenter
on Span & Transaction #6136instrumenter
option #6153ref #6000
The text was updated successfully, but these errors were encountered: