Skip to content

Disable SDK telemetry in CI workflows#105

Merged
saurabhjain1592 merged 2 commits intomainfrom
fix/disable-telemetry-in-ci
Mar 5, 2026
Merged

Disable SDK telemetry in CI workflows#105
saurabhjain1592 merged 2 commits intomainfrom
fix/disable-telemetry-in-ci

Conversation

@saurabhjain1592
Copy link
Member

Summary

  • Add DO_NOT_TRACK=1 env var to CI workflow to prevent unit tests from firing telemetry pings
  • Each test creates a new SDK client, which triggers a checkpoint ping on init
  • This caused 3,093 pings from a single CI run (1,056 tests x 3 matrix jobs)

Test plan

  • Verify CI passes with DO_NOT_TRACK=1 set
  • Confirm no telemetry pings appear in checkpoint DynamoDB after CI run

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.
Prevents telemetry pings during release test runs.
@saurabhjain1592 saurabhjain1592 merged commit b2e5149 into main Mar 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant