Releases: instana/iOSAgent
Releases · instana/iOSAgent
Release 1.6.8
Add more meta data to crash beacon
Add more exceptionType processing to crash beacon
Display crash terminationReason as meta data rather than error message
Add Objective-C target ObjectiveCAppExample to InstanaAgentExample
Support hybrid agent id and version (if invoked by flutter-agent/react-native-agent)
Add more raw crash payload info to stackTrace
1.6.7 Add more raw crash payload info to stackTrace
Release 1.6.6
Fix client side crash symbolication for arm64e architecture.
Change beacon id from 128 bit UUID to 64 bit hex string.
Suspend beacon flushing (on low battery and/or cellular network) becomes configurable.
Mobile feature list and user_session_id (usi) support
Add crash to mobile feature list and send to Instana backend
Add user_session_id (usi) to beacons
Fix issue for setCaptureHeaders method not capture http response headers
1.6.4 Fix issue for setCaptureHeaders method not capture http response header
Fix duplicated beacons issue
1.6.3 Fix duplicated beacons issue
Slow sending mode improvement
- Once in slow sending mode, periodically send 1 beacon. Once out of slow sending mode, flush all beacons immediately.
- [Tech Preview] Add sample code in InstanaAgentExample app to show how to enable crash reporting to Instana backend.
Improve retry mechanism and Fix concurrent issue with MetaData
- Fix crash caused by appendMetaData() inside InstanaProperties class
- Improve error handling on beacon send failure, now we have a new setup option
slowSendIntervalto slow down retrying on network issue.
Refactor code and add more unit test cases
1.6.0 Bump 1.6.0
Improve thread safety for collections
Add new atomic types for some collections by @tapwork in #35
Full Changelog: 1.5.1...1.5.2