Analytics Web Releases
Latest Releases
Stable
2.29.1
2/27/2023
Stable
2/27/2023
2.29.1
Fixed
- Only ECMAScript 5 features are used during modules bundling to enable support for older TV devices
Stable
2/16/2023
2.29.0
Changed
- Update of internal dependencies and webpack
Known Issues
This release contains update of a way declaration files are generated. All declaration files are now bundled in one file and stored in the root of the package.
This change might cause customers who are using declaration imports similar to the following one to see compile time errors:
import { CustomDataValues } from 'bitmovin-analytics/js/types/CustomDataValues';
This can be fixed by importing everything from 'bitmovin-analytics' like:
import { CustomDataValues } from 'bitmovin-analytics';
Deprecated
Bitmovin7Adapter
Stable
11/14/2022
2.28.0
Added
- Missing custom data fields to
AnalyticsConfig
Fixed
- Session data not being reset after loading new source
- Dash.js player: tracking of errors during source loading
- Chromecast: detection of live streams
Known Issues
- Shaka player: tracking of errors related to manifest loading does not work for player versions before 2.5.12
Stable
7/14/2022
2.27.2
Fixed
- Bitmovin Player 8: tracking of
videotime_start
andvideotime_end
during ads
Stable
6/20/2022
2.27.1
Changed
- Video.js: adapter is more compatible with newer versions
Fixed
- Video.js, Dash.js, Hls.js, Shaka: fixed spamming
unmute
event when user drags volume control