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 1e19353 commit de5d821Copy full SHA for de5d821
1 file changed
packages/node-core/src/types.ts
@@ -29,6 +29,10 @@ export interface OpenTelemetryServerRuntimeOptions extends ServerRuntimeOptions
29
30
/**
31
* Provide an array of additional OpenTelemetry SpanProcessors that should be registered.
32
+ *
33
+ * Note: providing this forces the full OpenTelemetry SDK `BasicTracerProvider` instead of Sentry's
34
+ * minimal tracer provider, since custom span processors require the SDK span pipeline. See
35
+ * {@link OpenTelemetryServerRuntimeOptions.openTelemetryBasicTracerProvider}.
36
*/
37
openTelemetrySpanProcessors?: SpanProcessor[];
38
0 commit comments