We need to set TRIGGER_OTEL_EXPORTER_OTLP_ENDPOINT for deployed runs (#2365)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user