rollbar-yesod

Please see the README on GitHub at https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod


Keywords
mit, network, unclassified, Propose Tags , https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod, Skip to Readme, , Index, Quick Jump, Rollbar.Yesod, More info, rollbar-yesod-1.0.0.tar.gz, browse, Package description, package maintainers, edit package information , Yesod, Rollbar API, here, haskell, rollbar, wai
License
MIT
Install
cabal install rollbar-yesod-1.0.0

Documentation

Rollbar Haskell

CI

A group of libraries written in Haskell to communicate with Rollbar API. Inspired by bugsnag-haskell.

Requirements

  • Install one of the following set of tools (or all of them):
  • Set up a Rollbar account, create a project, and generate an access token.
    • To get an access token, go to your project's Settings and then to Project Access Tokens, where you can copy or create an access token with scope post_server_item.

Getting Started

Cabal

Compile the projects:

cabal update
cabal configure --enable-tests
cabal build all

Run all tests:

env ROLLBAR_TOKEN=<token> cabal test all

Stack

Compile the projects:

stack build

Run all tests:

env ROLLBAR_TOKEN=<token> stack test

License

MIT