Skip to content

stackbuilders/rollbar-haskell

Repository files navigation

Rollbar Haskell

All Contributors

CI Hackage Version Hackage Version Hackage Version Hackage Version

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

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Sebastián Estrella
Sebastián Estrella

💻
William R. Arellano
William R. Arellano

💻
Juan Pedro Villa Isaza
Juan Pedro Villa Isaza

💻 💡
David Mazarro
David Mazarro

💻 🚧
Sebastian Avalos
Sebastian Avalos

💻
psilospore
psilospore

💻
Isaac Snow
Isaac Snow

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT, see the LICENSE file.

Contributing

Do you want to contribute to this project? Please take a look at our contributing guideline to know how you can help us build it.


Stack Builders Check out our libraries | Join our team

About

A group of libraries written in Haskell to communicate with Rollbar API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published