We need to set TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT for deployed runs (#2365)

This commit is contained in:
Matt Aitken
2025-08-07 11:40:14 +01:00
committed by GitHub
parent e46e9bd30f
commit 9787120cfb
@@ -221,6 +221,7 @@ export class RunnerEnv {
NODE_ENV: this.NODE_ENV,
NODE_EXTRA_CA_CERTS: this.NODE_EXTRA_CA_CERTS,
OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT: this.OTEL_EXPORTER_OTLP_ENDPOINT,
UV_USE_IO_URING: this.UV_USE_IO_URING,
};