- Fixed incorrect timezone offset calculation
- Fixed a crash which happened in Analytics::TrackLifecycle
The following updates were made in this release:
AnalyticsResponse
events are now always dispatched regardless if the debugApi is enabled or if AAM forwarding is enabled.- Report extension details to ACPCore for improved logging and Griffon support.
- Improved existing log messages and added additional logging to assist with debugging.
The following updates were made in this release:
- Fixed an issue which, was causing some hits to be delayed.
- Fixed an issue where
AnalyticsResponse
events were not being dispatched even when the debug API was enabled. - Report extension details to Mobile Core for improved logging and Griffon support.
- Improved existing log messages and added additional logging to assist with debugging.
The following updates were made in this release:
requestEventIdentifier
is now appended to all non-track events so that Lifecycle (or other extension events that are sent to Analytics) can be viewed with rich detail in Project Griffon.
The following change was made in this release:
- Analytics response content events now contain two new fields:
hitHost
hitUrl
These fields contain the host and URL of the of the hit responsible for dispatching the response event.
- Analytics response content events now contain two new fields:
hitHost
hitUrl
These fields contain the host and URL of the of the hit responsible for dispatching the response event.
The following updates were made in this release:
- Fixed a bug where, on start up, the Analytics database was being modified by multiple threads.
The following updates were made in this release:
- Added the following new pieces of data when reporting a crash:
previousosversion
previousappid
- Added support for the Griffon debug API.
- The
global.ssl
configuration settings are ignored, and SSL is enabled by default.
- Added support for Griffon debug API.
- The
global.ssl
configuration settings are ignored, and SSL is enabled by default.
The following updates were made in this release:
- ACPAnalytics now correctly identifies Acquisition link event types.
- Fixes a compile-time error when using the “-all_load” linker flag.