Sentry Observability

Sentry SDK + replay + structured-logger patterns for Aetheron Connect V2. Covers `beforeSend` vs `ignoreErrors`, canary sampling, tag-aware bypass, engine-agnostic regex naming, replay-coupling semantics, the `logger.warn` → Sentry capture threshold, and structured error-payload conventions. Use when: (a) editing `sentry.client.config.ts` / `sentry.server.config.ts` / `apps/api/src/sentry.ts`; (b) adding or filtering `Sentry.captureException` / `captureMessage` sites, configuring replays or sampling rates, or routing structured logger errors into Sentry; (c) the user pastes a Sentry issue URL — e.g. `https://aetheron.sentry.io/issues/<id>/?project=...&query=...`, any `*.sentry.io/issues/` link, or a `sentry.io` issue/event/replay link — and asks to triage, debug, classify, decide whether to filter, or root-cause the error; (d) investigating "why didn't this error reach Sentry", "Sentry noise spike", "should I suppress this error", or "is this a real bug or expected noise" questions; (e) reviewing PRs that tou

EllaLiu0401 Updated

File contents

EllaLiu0401/my-cursor-skills/tree/main/sentry-observability commit 88f6559e9c

Frequently asked questions

npx skillmds@latest add ellaliu0401/sentry-observability