BSD-3-Clause licensed by Jasper Woudenberg
Maintained by [email protected]
This version can be pinned in stack with:bugsnag-hs-0.2.0.3@sha256:8d8bd93fbf87a13af8207eef54d70ecdc7dd333e0d1eb5d126e8a05a2c595287,1605

Module documentation for 0.2.0.3

Build Status

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.

Changes

0.2.0.3

  • Relax version bounds to include time-1.11.

0.2.0.2

  • Drop dependency on auto-update and stm packages.

0.2.0.1

  • Expand version bounds of test dependencies to include bytestring v0.12.

0.2.0.0

  • Remove Data.Buffer module
  • Expand version bounds to include bytestring v0.12.

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.