Skip to content

Releases: instana/iOSAgent

Release 1.8.4

07 Oct 17:46
Compare
Choose a tag to compare
  • better memory management
  • add drop beacon handler

Release 1.8.3

07 Oct 17:45
Compare
Choose a tag to compare
  • 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

17 Jul 07:24
Compare
Choose a tag to compare
  • crash beacon errorType value update
  • when http request failed, track statusCode along with error message

Release 1.8.1

30 May 03:50
Compare
Choose a tag to compare

added functionality to accept internal metadata from cross-platform agents

Release 1.8.0

18 Apr 02:34
Compare
Choose a tag to compare
  • 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

12 Apr 02:51
Compare
Choose a tag to compare

introduce autoCaptureScreenNames to auto capture view names and debugAllScreenNames to debug all screen names

Release 1.6.9

20 Feb 07:18
Compare
Choose a tag to compare

Support CustomMetric field in reportEvent method

Release 1.6.8

19 Jan 08:11
Compare
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
Compare
Choose a tag to compare
1.6.7

Add more raw crash payload info to stackTrace

Release 1.6.6

11 Nov 00:31
Compare
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.