Skip to content

Releases: rollbar/rollbar-ios

v1.0.0-alpha10

17 May 05:47
Compare
Choose a tag to compare
  • Change setCaptureIp: to setCaptureIpType:

Note the zip file Rollbar.zip was built with Xcode 9.3.1 and Rollbar-8.3.3.zip was built with Xcode 8.3.3. Apple made a change to bitcode such that you need to use the proper version of this framework depending on what version of Xcode you are using.

v1.0.0-alpha9

16 May 22:39
Compare
Choose a tag to compare
  • Introduce the CaptureIp configuration setting. CaptureIp specifies the level of IP information
    to gather about the client along with items. This uses the enum CaptureIpType with the levels:
    CaptureIpFull, CaptureIpAnonymize, and CaptureIpNone.

    CaptureIpFull is the default behaviour which attempts to capture the IP address on the backend
    based on the IP address of the client used to POST the item.
    CaptureIpAnonymize will attempt to capture the IP address and semi-anonymize it by masking it
    the least significant bits.
    CaptureIpNone will turn off attempts to capture the IP address.

v1.0.0-alpha8

26 Apr 17:52
Compare
Choose a tag to compare

Fix potential crashes due to JSON serialization of nil objects.

v1.0.0-alpha7

07 Apr 04:38
Compare
Choose a tag to compare

Fix the way crash reports are serialized into items

v1.0.0-alpha6

23 Feb 19:20
Compare
Choose a tag to compare
  • Fix some missing headers and linker issues
  • Add documentation that libc++ is required to be linked and -ObjC is required in the Other Linker Flags section.

v1.0.0-alpha5

12 Jan 19:05
Compare
Choose a tag to compare
  • Fix the missing RollbarNotifier.h header in the built framework

v1.0.0-alpha4

10 Jan 01:19
Compare
Choose a tag to compare
v1.0.0-alpha4 Pre-release
Pre-release
  • Updates to allow configuration for React Native

v1.0.0-alpha2

19 Dec 03:04
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release

This is an alpha release of the new and improved notifier. See the README for the full functionality. As of right now, installation via Cocoapods may not be functional, thus the attached zip file with the pre-built framework is currently the recommended installation path.

v0.2.0

13 Jul 23:04
Compare
Choose a tag to compare
  • Changes to better support bitcode in apps (pr#29).
    • Add a version of PLCrashReporter compiled with bitcode support and a Rollbar prefix
    • Add bitcode support to rollbar-ios
  • Update dSYM upload script (pr#30)
  • Add framework target for Carthage compatibility (pr#25)

v0.1.6

23 Mar 16:55
Compare
Choose a tag to compare
  • Handle localized bundle names (pr#24)