Commit b2e5149
authored
Disable SDK telemetry in CI workflows (#105)
* Disable SDK telemetry in CI workflows
Set DO_NOT_TRACK=1 to prevent unit tests from firing
telemetry pings to the checkpoint endpoint. Each test
creates a new SDK client, generating thousands of pings
per CI run.
* Add DO_NOT_TRACK=1 to release workflow
Prevents telemetry pings during release test runs.1 parent 725dc9a commit b2e5149
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments