Skip to content

Releases: instana/iOSAgent

Beta 1.1.6

10 Nov 11:40
Compare
Choose a tag to compare

Dispatch background flush on queue (synchronized)

Beta 1.1.5

10 Nov 10:57
Compare
Choose a tag to compare

Remove UIApplication.shared to enable InstanaAgent for extensions

Beta 1.1.4

22 Oct 09:14
Compare
Choose a tag to compare
  • Add Rate limiter to avoid an extensive usage of Instana
  • Improve concurrency and threading
  • Update tests

Beta 1.1.3

16 Sep 11:46
Compare
Choose a tag to compare

Validates the length of properties, meta data and view name gracefully without throwing fatalError. Any value that exceeds the limit will be truncated

Beta 1.1.2

26 Aug 14:25
5d6584c
Compare
Choose a tag to compare

Adds default URLs (currenty Instabug) to be ignored during monitored

Beta 1.1.1

22 Jul 14:03
Compare
Choose a tag to compare

Fix prequeue threading issue

Beta 1.1.0

25 Jun 14:41
Compare
Choose a tag to compare
  • Adds the ability to report custom events

  • Fixes bug with missing backend

  • Fixes bug with unknown carrier name

  • Avoids sending beacon duplicates

  • Removes fatalError for missing Instana agent configuration (Uses logging instead)

  • Some more bug fixes (Avoids circular reporting and fix connection type parameter)

  • Fixes exposing public methods to Objective-C

  • Improves Unit Tests

Beta 6

23 Apr 08:17
Compare
Choose a tag to compare
  • Defer reporting and setting the view names. This helps us to a prequeue beacons, collect all properties and the first appearing view
  • ViewNames for http requests can be set at the capture start when using manual http capture mode
  • Update tests

Beta 5

23 Apr 08:18
Compare
Choose a tag to compare

Fix CoreBeacon fields for bundleIdentifier and platform

Beta 4

14 Apr 09:17
Compare
Choose a tag to compare

Sending the agent version to Instana