Skip to content

Releases: instana/iOSAgent

Improve http interception

06 May 07:23

Choose a tag to compare

  • Update InstanaURLProtocol to make use of specific URLSessionTask
  • Update tests

Carrier & connection type fixes and add macOS capability

29 Apr 10:34
3c7014d

Choose a tag to compare

  • Improve example project
  • Add capability for macOS (AppKit)
  • Align carrier type and effective connection type with Android and Web

1.1.11

17 Feb 11:05

Choose a tag to compare

  • Add 5G as carrier type
  • Update tests

Beta 1.1.10

31 Jan 11:30

Choose a tag to compare

ReportEvent: Use current visible view name if passed viewName is empty or nil

Beta 1.1.8

22 Dec 11:34

Choose a tag to compare

Dispatch method on serial queue

Beta 1.1.7

04 Dec 11:13

Choose a tag to compare

  • Use active as default value for InstanaApplicationStateHandler
  • User properties can be set individually (name, id or email address)
  • Add manual HTTP monitoring for URLs (parallel to URLRequests)
  • Add HTTPCaptureResult type for finishing manual HTTP monitoring

Beta 1.1.6

10 Nov 11:40

Choose a tag to compare

Dispatch background flush on queue (synchronized)

Beta 1.1.5

10 Nov 10:57

Choose a tag to compare

Remove UIApplication.shared to enable InstanaAgent for extensions

Beta 1.1.4

22 Oct 09:14

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

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