Commit 7bf4166
authored
fix(e2e): set DEPLOY_TAG so bulletin-deploy spans are tagged as E2E traffic (#128)
The E2E runner already set DOT_TAG for playground-CLI's own Sentry telemetry
but never set DEPLOY_TAG, so bulletin-deploy's deploy-pipeline spans landed in
production telemetry untagged. Use an e2e-cli-* prefix to distinguish
playground-CLI E2E from bulletin-deploy's own E2E suite (which uses bare e2e-*
tags). Respects any explicit DEPLOY_TAG override (e.g. the post-release
workflow's e2e-ci-post-release).1 parent b680096 commit 7bf4166
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
0 commit comments