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