Releases: snowplow/snowplow-javascript-tracker
Releases · snowplow/snowplow-javascript-tracker
Version 4.7.0
4.7.0 (2026-04-01)
Version 4.6.9
4.6.9 (2026-03-16)
Bug fixes:
- Fix crashes due to large content time jumps in updateDurationStats in media tracking
- Truncate fileName property in application_error events to max 1024 characters to avoid validation errors
Version 4.6.8
4.6.8 (2025-10-28)
Fixes:
- Allow opt-in bubble-phase listeners for change/submit
Under the hood:
- Fix documentation build properly
Version 4.6.7
4.6.7 (2025-10-07)
Bug fixes
- Fix SecurityError when accessing localStorage in restricted browser environments
- Add TypeScript definitions to "package.json" for "react-native-tracker", thanks to Naoufal ELYOUSSOUFI (@nelyousfi) for the contribution
Version 4.6.6
4.6.6 (2025-08-26)
Version 4.6.5
4.6.5 (2025-06-25)
This patch release truncates the language property in the platform context entity on the React Native tracker to avoid validation errors with the entity schema.
Bug fixes
- Truncate language in platform context entity to max 8 characters