bugsnag-wai: WAI integration for Bugsnag error reporting for Haskell

[ library, mit, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build the examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies base (>=4.11.0 && <5), bugsnag (>=1.0.0.0), bugsnag-wai, bytestring (>=0.10.8.2), case-insensitive (>=1.2.0.11), http-types (>=0.12.3), iproute (>=1.7.8), network (>=2.8.0.1), text (>=1.2.3.1), unordered-containers (>=0.2.10.0), wai (>=3.2.2.1), warp (>=3.3.5) [details]
License MIT
Author Patrick Brisbin
Maintainer pbrisbin@gmail.com
Category Web
Home page https://github.com/pbrisbin/bugsnag-haskell#readme
Uploaded by PatrickBrisbin at 2022-03-28T17:02:58Z
Distributions LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example-warp
Downloads 317 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-28 [all 1 reports]

Readme for bugsnag-wai-1.0.0.0

[back to package description]

WAI integration for Bugsnag

Examples

Examples can be built locally with:

stack build --flag bugsnag-wai:examples

CHANGELOG | LICENSE