Releases: instana/iOSAgent
Releases · instana/iOSAgent
URLSessionDownloadTask
Fix instrumenting URLSessionDownloadTask
Improve http interception
- Update
InstanaURLProtocol
to make use of specificURLSessionTask
- Update tests
Carrier & connection type fixes and add macOS capability
- Improve example project
- Add capability for macOS (AppKit)
- Align carrier type and effective connection type with Android and Web
1.1.11
Beta 1.1.10
ReportEvent: Use current visible view name if passed viewName is empty or nil
Beta 1.1.8
Dispatch method on serial queue
Beta 1.1.7
- 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
Dispatch background flush on queue (synchronized)
Beta 1.1.5
Remove UIApplication.shared to enable InstanaAgent for extensions
Beta 1.1.4
- Add Rate limiter to avoid an extensive usage of Instana
- Improve concurrency and threading
- Update tests