packages feed

bugsnag-wai-1.0.0.2: README.md

# WAI integration for Bugsnag

[![Hackage](https://img.shields.io/hackage/v/bugsnag-wai.svg?style=flat)](https://hackage.haskell.org/package/bugsnag-wai)
[![Stackage Nightly](http://stackage.org/package/bugsnag-wai/badge/nightly)](http://stackage.org/nightly/package/bugsnag-wai)
[![Stackage LTS](http://stackage.org/package/bugsnag-wai/badge/lts)](http://stackage.org/lts/package/bugsnag-wai)


## Examples

- [WAI/Warp](./example/Main.hs)

Examples can be built locally with:

```console
stack build --flag bugsnag-wai:examples
```

---

[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)