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 2e9960b commit 80046bcCopy full SHA for 80046bc
packages/cli-v3/src/entryPoints/deploy-run-worker.ts
@@ -149,6 +149,7 @@ async function bootstrap() {
149
const tracingSDK = new TracingSDK({
150
url: env.OTEL_EXPORTER_OTLP_ENDPOINT ?? "http://0.0.0.0:4318",
151
instrumentations: config.instrumentations ?? [],
152
+ exporters: config.exporters ?? [],
153
diagLogLevel: (env.OTEL_LOG_LEVEL as TracingDiagnosticLogLevel) ?? "none",
154
forceFlushTimeoutMillis: 30_000,
155
});
0 commit comments