v0.3.0
Added
devalerts.init(slack_webhook_url=...): Slack delivery via an incoming webhook, alongside or instead of Telegram — every configured channel gets every alert.devalerts.init(..., blame=True): runsgit blameon the line that raised and adds the author, short commit hash, and date to the alert.devalerts.LogHandler: reportsERROR+ log records, catching exceptions that are logged and swallowed (logger.exception(...)) rather than left to propagate.- Alerts now mark the first-ever occurrence of an error group with a 🆕 New error badge.
Full changelog: https://github.com/sslinNn/devalerts/blob/main/CHANGELOG.md#030---2026-07-19