bugsnag-hs: A Bugsnag client for Haskell.

[ bsd3, library, web ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.0.7, 0.2.0.8, 0.2.0.9, 0.2.0.10, 0.2.0.11, 0.2.0.12 (info)
Change log CHANGELOG.md
Dependencies aeson (>=1.2.4.0 && <1.6), auto-update (>=0.1.4 && <0.2), base (>=4.10.1.0 && <5), bytestring (>=0.10.8.2 && <0.11), http-client (>=0.5.10 && <0.7), stm (>=2.4.5.0 && <2.6), text (>=1.2.3.0 && <1.3), time (>=1.8.0.2 && <1.11), unordered-containers (>=0.2.9.0 && <0.3) [details]
License BSD-3-Clause
Copyright 2019 Jasper Woudenberg
Author Jasper Woudenberg
Maintainer mail@jasperwoudenberg.com
Category Web
Home page https://github.com/jwoudenberg/bugsnag-hs#readme
Bug tracker https://github.com/jwoudenberg/bugsnag-hs/issues
Source repo head: git clone https://github.com/jwoudenberg/bugsnag-hs
Uploaded by JasperWoudenberg at 2020-05-25T16:09:01Z
Distributions LTSHaskell:0.2.0.12, NixOS:0.2.0.12, Stackage:0.2.0.12
Reverse Dependencies 2 direct, 8 indirect [details]
Downloads 3229 total (63 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bugsnag-hs-0.1.0.2

[back to package description]

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.

The one higher-level functionality this library provides is help batching Bugsnag events together to make fewer HTTP requests, but the use of this functionality is optional.