Skip to content

v0.3.0

Choose a tag to compare

@sslinNn sslinNn released this 18 Jul 18:47
3296812

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): runs git blame on the line that raised and adds the author, short commit hash, and date to the alert.
  • devalerts.LogHandler: reports ERROR+ 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