[26-Aug-2025]
We’re happy to announce a new release for the JavaScript, Browser, and React Native trackers.
This is a small patch release addressing reported cases of invalid events, data consistency, and an issue with using the HTML5 Media Tracking plugin from our Google Tag Manager Tag Template.
Bug fixes
-
Browser/JavaScript trackers
- Round the
browser_context.hardwareConcurrencyproperty, so it is always an integer to match the schema and avoid some invalid events - Do not produce a value for dimensions (screen, viewport, document) when a value is non-numeric, which may cause invalid events
- Round the
-
React Native tracker
- Make the values automatically collected in the
mobile_contextmore consistent with the values in the v2 tracker
- Make the values automatically collected in the
-
Plugins
-
browser-plugin-media-tracking: Allow selecting media elements via CSS selectors rather than just IDs -
browser-plugin-media-tracking: Prevent a case where the media entity may not populatecurrentSrceven when it has asrc -
browser-plugin-media-tracking: Update README to match current API
-
-
General
- Fix the API reference documentation to correctly generate and update for all SDKs