Errors only — drop warnings
Match level=error in the alert rule. Warnings stay in Slack; errors page on-call via WardenPoint.
Use Sentry's webhook integration to route only the issues that matter. Filter by environment, level or release tag — the rest stays in your chat channels.
Anatomy of a Sentry issue
LIVESetup
Sentry offers an Internal Integration that posts a webhook to any URL. Three clicks and you're routing critical issues to on-call.
In Sentry: Settings → Custom Integrations → Create New Integration. Name it WardenPoint and add the webhook URL.
$ Settings › Custom Integrations › CreatePaste the WardenPoint URL into the Webhook URL field. Tick 'Issue Alerts' under Webhooks scope.
$ Webhook URL › https://api.wardenpoint.com/hooks/…Alerts → Create Alert Rule. Pick conditions (level = error, environment = production), pick Action 'Send a notification via WardenPoint'.
$ Alerts › Create Alert RuleWire format
Sentry posts an action payload with the issue, level, project and tags. WardenPoint reads release and environment tags so the on-call sees the deploy context.
Routing recipes
Sentry creates lots of events. Use alert rules to send only the ones that need a human now.
Match level=error in the alert rule. Warnings stay in Slack; errors page on-call via WardenPoint.
Add environment=production to the rule. Staging issues never wake anyone up.
Combine with 'event.frequency >= 5 in 10 min' to suppress slow drips and only escalate spikes.
Sentry FAQ
Start on the free plan, wire one alert rule for production errors and see how a tag-filtered escalation feels.