Skip to content

Releases: instana/iOSAgent

Release 1.6.8

19 Jan 08:11

Choose a tag to compare

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

16 Nov 09:20

Choose a tag to compare

1.6.7

Add more raw crash payload info to stackTrace

Release 1.6.6

11 Nov 00:31

Choose a tag to compare

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

07 Sep 03:28

Choose a tag to compare

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

24 Jul 05:19

Choose a tag to compare

1.6.4

Fix issue for setCaptureHeaders method not capture http response header

Fix duplicated beacons issue

10 Jul 02:47

Choose a tag to compare

1.6.3

Fix duplicated beacons issue

Slow sending mode improvement

27 Jun 04:06

Choose a tag to compare

  • 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

06 Jun 01:41

Choose a tag to compare

  • Fix crash caused by appendMetaData() inside InstanaProperties class
  • Improve error handling on beacon send failure, now we have a new setup option slowSendInterval to slow down retrying on network issue.

Refactor code and add more unit test cases

05 Jun 10:48

Choose a tag to compare

Improve thread safety for collections

27 Sep 02:38

Choose a tag to compare

Add new atomic types for some collections by @tapwork in #35

Full Changelog: 1.5.1...1.5.2