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 e46e9bd commit 9787120Copy full SHA for 9787120
packages/cli-v3/src/entryPoints/managed/env.ts
@@ -221,6 +221,7 @@ export class RunnerEnv {
221
NODE_ENV: this.NODE_ENV,
222
NODE_EXTRA_CA_CERTS: this.NODE_EXTRA_CA_CERTS,
223
OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
224
+ TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
225
UV_USE_IO_URING: this.UV_USE_IO_URING,
226
};
227
0 commit comments