BSD-3-Clause licensed by Jasper Woudenberg
Maintained by [email protected]
This version can be pinned in stack with:bugsnag-hs-0.1.0.3@sha256:ca43023aa570fdba8c82a7fc6c6321764d2b27a9ca673a67876cbb243b1f1d34,1791

Module documentation for 0.1.0.3

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.

Changes

0.1.0.3

  • Expand version bounds to include http-client v0.7.

0.1.0.2

  • Expand version bounds to include aeson v1.5.0.

0.1.0.1

  • Expand version bounds to include time v1.10.

0.1.0.0

  • Initial implementation.