Copyright | (c) Hardy Jones 2017 |
---|---|
License | BSD3 |
Maintainer | jones3.hardy@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Use this for providing the majority of your specific data to Rollbar.
- data Body arbitrary = Message {
- messageBody :: MessageBody
- messageData :: arbitrary
- newtype MessageBody = MessageBody Text
Documentation
This is the actual data that you want to give to Rollbar. Most of the rest of Rollbar is metadata.
Message | No stack trace, just a message and some arbitrary data. |
|
newtype MessageBody Source #
The primary message text to send to Rollbar.