@hackage bugsnag-hs0.2.0.13
A Bugsnag client for Haskell.
Categories
License
BSD-3-Clause
Maintainer
mail@jasperwoudenberg.com
Links
Versions
Installation
Dependencies (7)
- aeson >=1.2.4.0 && <2.4
- base >=4.10.1.0 && <5
- bytestring >=0.10.8.2 && <0.13
- http-client >=0.5.10 && <0.8
- text >=1.2.3.0 && <2.2
- time >=1.8.0.2 && <2 Show all…
Dependents (2)
@hackage/nri-observability, @hackage/bugsnag
bugsnag-hs
A Bugsnag client for Haskell. Bugsnag is an application monitoring and error reporting tool. This library provides an API for sending reports to the Bugsnag error reporting API.
The library is low-level and provides a faithful representation of version 5 of the Bugsnag error reporting API payload. Almost all documentation comments in this code come from that API's documentation. The intent is for this library to make no assumptions about the structure of the application using it.