Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwoudenberg/bugsnag-hs
A Bugsnag client for Haskell
https://github.com/jwoudenberg/bugsnag-hs
bugsnag haskell reporting
Last synced: 3 months ago
JSON representation
A Bugsnag client for Haskell
- Host: GitHub
- URL: https://github.com/jwoudenberg/bugsnag-hs
- Owner: jwoudenberg
- License: bsd-3-clause
- Created: 2019-12-22T11:34:36.000Z (about 5 years ago)
- Default Branch: trunk
- Last Pushed: 2023-09-10T08:35:02.000Z (over 1 year ago)
- Last Synced: 2024-04-25T23:31:22.846Z (8 months ago)
- Topics: bugsnag, haskell, reporting
- Language: Haskell
- Homepage: https://stackage.org/package/bugsnag-hs
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[bugsnag]: https://www.bugsnag.com/
[bugsnag error reporting api]: https://bugsnagerrorreportingapi.docs.apiary.io/#reference