Skip to content

Commit aa5ef9c

Browse files
committed
We need to set TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT for deployed runs
1 parent 3cd7dd8 commit aa5ef9c

File tree

1 file changed

+1
-0
lines changed
  • packages/cli-v3/src/entryPoints/managed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/entryPoints/managed/env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export class RunnerEnv {
221221
NODE_ENV: this.NODE_ENV,
222222
NODE_EXTRA_CA_CERTS: this.NODE_EXTRA_CA_CERTS,
223223
OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
224+
TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
224225
UV_USE_IO_URING: this.UV_USE_IO_URING,
225226
};
226227

0 commit comments

Comments
 (0)