rollbar-wai: Provides error reporting capabilities to WAI based applications through Rollbar API.

[ library, mit, network ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
example

Build the example

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 1.0.0
Change log ChangeLog.md
Dependencies aeson (>=2.0 && <3), base (>=4.13 && <5), bytestring (>=0.10 && <1), case-insensitive (>=1.2 && <2), http-types (>=0.12 && <1), rollbar-client (>=1.0 && <2), rollbar-wai, text (>=1.2 && <2), unordered-containers (>=0.2 && <1), wai (>=3.2 && <4), wai-extra (>=3.0 && <4), warp [details]
License MIT
Copyright 2020 Stack Builders Inc.
Author Stack Builders Inc.
Maintainer Sebastián Estrella <sestrella@stackbuilders.com>
Category Network
Home page https://github.com/stackbuilders/rollbar-haskell#readme
Bug tracker https://github.com/stackbuilders/rollbar-haskell/issues
Source repo head: git clone https://github.com/stackbuilders/rollbar-haskell
Uploaded by stackbuilders at 2023-01-04T02:58:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables wai-example
Downloads 203 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-01-04 [all 1 reports]

Readme for rollbar-wai-1.0.0

[back to package description]

Rollbar WAI

CI Hackage

Provides error reporting capabilities to WAI based applications through Rollbar API.

Getting Started

Read the instructions here.

Example

For a complete example check the link here.