March 31
Capacitor agent v1.5.7
Improvements
- Native Android agent updated to version 7.6.5.
March 17
Capacitor agent v1.5.6
Improvements
- Native iOS agent updated to version 7.5.4.
February 21
Capacitor agent v1.5.5
Improvements
- Native Android agent updated to version 7.6.4
December 10, 2024
Capacitor agent v1.5.4
Improvements
- Native Android agent updated to version 7.6.2
- Native iOS agent updated to version 7.5.3
October 18, 2024
Capacitor agent v1.5.3
Improvements
- Native Android agent updated to version 7.6.1
- Native iOS agent updated to version 7.5.2
September 15, 2024
Capacitor agent v1.5.2
Bug Fixes
- Fixed an issue with the
getHttpHeaderforTracking
function, which was causing problems with fetch instrumentation. This fix ensures proper tracking of HTTP requests.
Improvements
- Native Android agent updated to version 7.6.0
August 21, 2024
Capacitor agent v1.5.1
New Features
- Distributed Tracing Control
- Introducing a new feature flag:
distributedTracingEnabled
, providing the ability to enable or disable distributed tracing functionality.
Bug Fixes
- Resolved an issue where the web implementation was not functioning while using the logs API.
July 23, 2024
Capacitor agent v1.5.0
New in this release
- Application Exit Information
- Added ApplicationExitInfo to data reporting
- Enabled by default
- Log Forwarding to New Relic
- Implement static API for sending logs to New Relic
- Can be enabled/disabled in your mobile application's entity settings page
Improvements
- Native Android agent updated to version 7.5.0
- Native iOS agent updated to version 7.5.0
July 1, 2024
Capacitor agent v1.4.2
New in this release
- Bug fix: Disabled the background reporting functionality to resolve an issue on the iOS side.
May 31, 2024
Capacitor agent v1.4.1
New in this release
- Improvements
The native iOS Agent has been updated to version 7.4.11, bringing performance enhancements and bug fixes.
- New Features
A new backgroundReportingEnabled feature flag has been introduced to enable background reporting functionality. A new newEventSystemEnabled feature flag has been added to enable the new event system.
- Bug Fixes Resolved a problem where console logs were not being displayed correctly in the console, ensuring that the console logging functionality now works as expected.