Commit 73b72cd
Standardize environment name from "prod" to "production" (#93)
The backend Logfire env, browser Logfire env, and @vercel/otel
deployment.environment all explicitly mapped VERCEL_ENV/MODAL_APP=production
to 'prod'. @vercel/otel also auto-injects deployment.environment from
VERCEL_ENV, so edge spans ended up tagged both 'prod' and 'production' in
Logfire. Standardize on 'production' so every layer agrees and matches
Vercel/Logfire's own convention.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 4b388a8 commit 73b72cd
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments