Skip to content

Commit 488dee4

Browse files
iFlyinqericallam
authored andcommitted
Update dotEnv.ts
1 parent c65d482 commit 488dee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/utilities/dotEnv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export function resolveDotEnvVars(cwd?: string, envFile?: string) {
2121
// remove TRIGGER_API_URL and TRIGGER_SECRET_KEY, since those should be coming from the worker
2222
delete result.TRIGGER_API_URL;
2323
delete result.TRIGGER_SECRET_KEY;
24+
delete result.OTEL_EXPORTER_OTLP_ENDPOINT;
2425

2526
return result;
2627
}

0 commit comments

Comments
 (0)