MerchantryTidbits

observability / api

Sentry

Capability: Sentry

Use it when

  • capture application errors with stack traces, releases, and user context
  • find regressions that appear only in production

What it solves

Not the fit when

  • self-hosting the full stack is operationally heavy

Install

npx @sentry/wizard@latest

Invoke

Initialize the SDK at process startup, capture handled failures with context, and verify a test event reaches the project.

Alternatives

No reviewed alternatives recorded yet.