Boost My AgentGet Boost OS
Sentry

Sentry starter module

Alert routing

Routes urgent Sentry alerts to the right person or service with clear ownership.

Files
6
Lines
357
Languages
TypeScript

Included files

This page lists paths and purposes, not source contents.

  • src/webhooks/handlers/event-alert.ts

    Turns Sentry issue-alert rule deliveries into operator alerts and issue records.

    TypeScript

    87 lines

  • src/webhooks/handlers/installation.ts

    Accepts Sentry integration installation lifecycle webhooks.

    TypeScript

    7 lines

  • src/webhooks/handlers/issue.ts

    Mirrors Sentry issue lifecycle changes and alerts the operator about new issues.

    TypeScript

    87 lines

  • src/webhooks/handlers/metric-alert.ts

    Notifies the operator when a Sentry metric alert changes state.

    TypeScript

    44 lines

  • src/webhooks/route.ts

    Verifies, claims, and dispatches Sentry Integration Platform webhooks.

    TypeScript

    93 lines

  • src/webhooks/verify-signature.ts

    Verifies Sentry Integration Platform webhook signatures against the raw request body.

    TypeScript

    39 lines