bugsnag-hs: A Bugsnag client for Haskell.

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

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 && <2.3), 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), unordered-containers (>=0.2.9.0 && <0.3) [details]
License BSD-3-Clause
Copyright 2023 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 2023-09-10T08:21:30Z
Distributions LTSHaskell:0.2.0.12, NixOS:0.2.0.12, Stackage:0.2.0.12
Reverse Dependencies 2 direct, 8 indirect [details]
Downloads 3168 total (49 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.2.0.12

[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.