Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
Sentry config files exist (sentry.client.config.ts, sentry.server.config.ts, sentry.edge.config.ts) but should be reviewed for release tagging, source map upload, PII scrubbing (wallet addresses, amounts), tunneling to dodge ad blockers, and environment-aware sample rates. Otherwise errors are noisy, unmapped, or leak data.
Acceptance criteria
Files to touch
sentry.client.config.ts
sentry.server.config.ts
sentry.edge.config.ts
next.config.ts
.env.example
Out of scope
- Alerting rules in the Sentry dashboard
Why this matters
Sentry config files exist (
sentry.client.config.ts,sentry.server.config.ts,sentry.edge.config.ts) but should be reviewed for release tagging, source map upload, PII scrubbing (wallet addresses, amounts), tunneling to dodge ad blockers, and environment-aware sample rates. Otherwise errors are noisy, unmapped, or leak data.Acceptance criteria
.env.exampleand the READMEFiles to touch
sentry.client.config.tssentry.server.config.tssentry.edge.config.tsnext.config.ts.env.exampleOut of scope