Skip to content

Commit 9787120

Browse files
authored
We need to set TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT for deployed runs (#2365)
1 parent e46e9bd commit 9787120

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)