Releases: instana/iOSAgent
Releases · instana/iOSAgent
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
Beta 1.1.3
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
Adds default URLs (currenty Instabug) to be ignored during monitored
Beta 1.1.1
Fix prequeue threading issue
Beta 1.1.0
-
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