Releases: rollbar/rollbar-ios
Releases · rollbar/rollbar-ios
Fix a compiler error when used in a Swift application
v0.1.5 Missed a couple of places in the last commit
Fix a crash caused by `nil` message passed to `buildPayloadBodyWithMessage`
0.1.3
0.1.2
- Rename reachability constant to fix linker error if you use https://github.com/tonymillion/Reachability in your app
0.1.1
0.1.0
0.0.4
0.0.3
- Configuration is now persisted so that crashes are reported with the proper person data on startup.
- New item saving and batching system with retries. Items are saved to disk first, while a separate thread monitors the disk for items to send. Queued items will periodically be batched together and sent by this thread, with failed attempts retried a few times in case of network reachability issues.
- Device code now tracked as the Rollbar backend expects it to be, fixing "Device/OS" graphs.
0.0.2
First release
First version that reports all crashes and allows reporting arbitrary log messages