Skip to content

Commit b4280f5

Browse files
committed
Add exporter support to deployed tasks
1 parent 319a946 commit b4280f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/entryPoints/deploy-run-worker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ async function bootstrap() {
149149
const tracingSDK = new TracingSDK({
150150
url: env.OTEL_EXPORTER_OTLP_ENDPOINT ?? "http://0.0.0.0:4318",
151151
instrumentations: config.instrumentations ?? [],
152+
exporters: config.exporters ?? [],
152153
diagLogLevel: (env.OTEL_LOG_LEVEL as TracingDiagnosticLogLevel) ?? "none",
153154
forceFlushTimeoutMillis: 30_000,
154155
});

0 commit comments

Comments
 (0)