chore: disable statsig telemetry and sentry error reporting by default #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Makes usage data collection (Statsig) and error reporting (Sentry) OPT-IN rather than OPT-OUT.
Per their data usage policy, these telemetry services are Default off for vertex and bedrock apis, but Default on for anthropic api which most template users will be on. In light of recent changes to anthropic's data retention policy and OpenAI's purchase of Statsig, this change makes the template more friendly to privacy conscious users.
Changes
Set DISABLE_TELEMETRY and DISABLE_ERROR_REPORTING
envin .claude/settings.json per the ant referenceTesting
Minimal. Verified the env changes vs


mainfrom claude code bashCould not think of an easy way to confirm ant is respecting the settings.
Notes
Small change, so didn't open an issue first. This is my first contribution and I wasn't sure what the guidelines were- would greatly appreciate any feedback or instructions!