Pro

Pro: extra alert channels

The free tier alerts one Telegram chat. Pro fans the same fatal-error alerts out to wherever your team actually works. Turn on any combination under FatalGuard → Alerts.

Slack

  1. In Slack, create an Incoming Webhook for the channel you want (Slack docs).
  2. Paste the webhook URL into the Slack field and save.

Fatals post to that channel with the error and its file:line.

Discord

  1. In your Discord server: Channel settings → Integrations → Webhooks → New Webhook, and copy its URL.
  2. Paste it into the Discord field and save.

Email

Enter a recipient address in the Email field. FatalGuard sends a message whenever a fatal is captured, using your site’s normal mail setup (WordPress wp_mail). If your host’s mail is unreliable, pair it with an SMTP plugin.

Custom webhook

Point the Custom webhook field at any URL to receive a JSON POST on every fatal — wire it into Zapier, Make, an internal bus, or your own tooling. The payload includes the error type, message, file, line, URL, and timestamp.

Which channels fire

Every channel you’ve filled in fires on each captured fatal, alongside Telegram. Leave a field blank to skip that channel. All of this is gated to Pro — on the free plan these fields show as a preview.

See also