{% extends "layout.html" %} {% block content %}
Notification channels and alert preferences for fastapi-flare.
Send Block Kit alerts to a Slack channel via Incoming Webhooks.
FLARE_SLACK_WEBHOOK_URL
Options
Post rich embed messages to a Discord channel.
FLARE_DISCORD_WEBHOOK_URL
Options
HTTP POST the raw log entry as JSON to any endpoint.
FLARE_WEBHOOK_URL
Options
Global rules that apply to all notification channels.
FLARE_ALERT_MIN_LEVEL
FLARE_ALERT_COOLDOWN_SECONDS
0 to forward every matching event. The default 300 s prevents alert fatigue when the same error repeats rapidly.
Capture options