Commit d3fb4c7
authored
fix(telemetry): stop overriding deploy.source with "playground-cli" (#129)
deploy.source is bulletin-deploy's own attribute with a fixed semantic:
"ci" or "local". Passing "playground-cli" as a custom attribute value
overwrites that value on the active deploy span, so bulletin-deploy's
dashboards see "playground-cli" instead of the expected "ci"/"local".
deploy.host_app="playground-cli" is already set via the
BULLETIN_DEPLOY_HOST_APP env var wired in bootstrap.ts, so the host
identity is fully captured without touching deploy.source.1 parent 7bf4166 commit d3fb4c7
1 file changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 76 | + | |
83 | 77 | | |
84 | 78 | | |
85 | 79 | | |
| |||
0 commit comments