MIT licensed by Patrick Brisbin
Maintained by [email protected]
This version can be pinned in stack with:bugsnag-yesod-1.0.1.0@sha256:eeed7d4b66377ca9a350bc3e293362926f3e64c4595fbdd5f10be0d719c8f1b6,2229

Module documentation for 1.0.1.0

Yesod integration for Bugsnag

Hackage Stackage Nightly Stackage LTS

Examples

Examples can be built locally with:

stack build --flag bugsnag-yesod:examples

CHANGELOG | LICENSE

Changes

Unreleased

  • None

v1.0.1.0

  • Adds support for annotated-exception

    The Bugsnag middleware avoids catching HandlerContents, because this particular exception represents Yesod control flow, not an exception that needs to be reported. With this change, it also avoids catching AnnotatedException HandlerContents. This preserves the correct behavior even if the HandlerContents exception ended up being rethrown by one of the utilities in the annotated-exception package.

v1.0.0.1

  • Support GHCs 9.0 and 9.2

v1.0.0.0

First released version.


For CHANGELOG details prior to the package re-organization, see archive/CHANGELOG.md.