mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00

Alternative to https://github.com/denoland/deno/pull/28127 that does cli flag parsing, then env file loading, then resolves config with env vars. This also fixes several other issues related to env vars in the --env-file not being used for certain config. Closes https://github.com/denoland/deno/issues/27851 Closes https://github.com/denoland/deno/issues/29171 Closes https://github.com/denoland/deno/pull/28127 Closes #29256
4 lines
152 B
Text
4 lines
152 B
Text
OTEL_DENO=true
|
|
DENO_UNSTABLE_OTEL_DETERMINISTIC=0
|
|
OTEL_EXPORTER_OTLP_PROTOCOL=http/json
|
|
OTEL_EXPORTER_OTLP_CERTIFICATE=../../../testdata/tls/RootCA.crt
|