Releases: rollbar/rollbar-android
Releases · rollbar/rollbar-android
v0.2.1
v0.2.0
Added flag to enable/disable the uncaught exception handler.
Added ability to send extra parameters with reportMessage()
NOTE: 1/21/15 - Updated to be built with Java 6 instead of 8.
v0.1.0
0.0.6
- Added ability to provide a description for caught exceptions. Usage: https://github.com/rollbar/rollbar-android#usage
- Added
isInit()
method to check to see if Rollbar is initialized
0.0.5
- Exceptions with causing exceptions will now be sent with all the causes chained together in a single item. These multiple exceptions will all appear in the proper order in the Rollbar interface.
- Uncaught exceptions are now saved to disk instead of immediately being reported, to prevent any blocking of the app shutdown process. A new configuration option exists to revert to the old behavior.