packages feed

rollbar-wai-1.0.0: README.md

# Rollbar WAI

![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
![Hackage](https://img.shields.io/hackage/v/rollbar-wai)

Provides error reporting capabilities to
[WAI](http://hackage.haskell.org/package/wai) based applications through
[Rollbar API](https://explorer.docs.rollbar.com/).

## Getting Started

Read the instructions [here](../README.md).

## Example

For a complete example check the link [here](example/Main.hs).