Releases: rollbar/rollbar-ios
v1.0.0-alpha10
- Change
setCaptureIp:
tosetCaptureIpType:
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
-
Introduce the
CaptureIp
configuration setting.CaptureIp
specifies the level of IP information
to gather about the client along with items. This uses the enumCaptureIpType
with the levels:
CaptureIpFull
,CaptureIpAnonymize
, andCaptureIpNone
.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
Fix potential crashes due to JSON serialization of nil objects.
v1.0.0-alpha7
Fix the way crash reports are serialized into items
v1.0.0-alpha6
- 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
- Fix the missing RollbarNotifier.h header in the built framework
v1.0.0-alpha4
- Updates to allow configuration for React Native
v1.0.0-alpha2
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.