Skip to content

Releases: rollbar/rollbar-ios

Fix a compiler error when used in a Swift application

03 Aug 21:46
Compare
Choose a tag to compare
v0.1.5

Missed a couple of places in the last commit

Fix a crash caused by `nil` message passed to `buildPayloadBodyWithMessage`

29 Jun 21:39
Compare
Choose a tag to compare

0.1.3

02 Feb 22:09
Compare
Choose a tag to compare
  • Optionally enable/disable uncaught exception reporting, (pr#8).
  • Added ability to send custom data along with errors/log messages, (pr#9).

0.1.2

23 May 02:12
Compare
Choose a tag to compare

0.1.1

14 May 21:31
Compare
Choose a tag to compare
  • Fixed bug that would cause a crash on load if the internal file state somehow became corrupted

0.1.0

09 May 01:48
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Added internet reachability monitoring so that items aren't attempted to be sent while the phone is not connected to the network.
  • Removed log messages from release mode.

0.0.4

16 Apr 22:46
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Include bundle identifier in item payloads. This will be required for the symbolication process going forward, please update your dsym upload build phase script to the latest version seen here

0.0.3

16 Apr 01:18
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • 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

02 Apr 23:07
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • Ability to set person data

First release

01 Apr 02:45
Compare
Choose a tag to compare
First release Pre-release
Pre-release

First version that reports all crashes and allows reporting arbitrary log messages