Releases: instana/iOSAgent
Releases · instana/iOSAgent
Release 1.8.4
Release 1.8.3
- update minimum supported iOS version to 12 (was 11 before)
- do not rate limit session start beacon and crash beacons
- fix typo of crash exception code
Release 1.8.2
- crash beacon errorType value update
- when http request failed, track statusCode along with error message
Release 1.8.1
added functionality to accept internal metadata from cross-platform agents
Release 1.8.0
- add Privacy Manifest File PrivacyInfo.xcprivacy to iOSAgent
- update GzipSwift version to 6.0.1 for Swift Package
- upgrade swift version to 5.4
- add to mobile feature list if autoCaptureScreenNames is enabled
Release 1.7.0
introduce autoCaptureScreenNames to auto capture view names and debugAllScreenNames to debug all screen names
Release 1.6.9
Support CustomMetric field in reportEvent method
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.