Note
All of my GitHub repositories have been archived and will be migrated to Codeberg as 72F1 I next work on them. This repository either now lives, or will live, at:
https://codeberg.org/pbrisbin/bugsnag-haskell
If you need to report an Issue or raise a PR, and this migration hasn't happened yet, send an email to me@pbrisbin.com.
Bugsnag Error Reporting from Haskell.
bugsnag
: Reporting librarybugsnag-wai
: Integration for WAI (and Warp)bugsnag-yesod
: Integration for Yesod
See individual README
's for details.
To trigger automated release, make a conventionally-formatted commit. Use package name as scope to have that commit only cause release of that package. Use any other scope (or no scope) to release all packages. A not-conventionally formatted commit will not trigger any release.
Examples
chore: something
- no releasefix(bugsnag): something
- releasebugsnag
with minor version bumpfix!: something
- release all packages, each with a major version bump