September 2, 2025
Media agent for HTML5 v4.0.0
Feature
Standalone agent
- Decoupled from Browser agent: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent's data collection schedule.
September 2, 2025
Media agent for Shaka v4.0.0
Feature
Standalone Agent
- Decoupled from Browser agent: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent's data collection schedule.
September 2, 2025
Media agent for Video JS v4.0.0
Feature
Standalone agent
- Decoupled from Browser agent: The video agent now operates independently with its own harvesting logic. This separation reduces overhead and ensures that video data is collected and sent to New Relic without being tied to the browser agent's data collection schedule.
June 9, 2025
Media agent for HTML5 v3.1.1
Enhancements
- Publishing to npm: The package can now be published to npm, making it easily accessible.
Build
- Distribution formats: Added
cjs,esm, andumdbuilds to thedistfolder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.
June 9, 2025
Media agent for Bitmovin v3.1.0
Enhancements
- Publishing to npm: The package can now be published to npm, making it easily accessible.
Build
- Distribution formats: Added
cjs,esm, andumdbuilds to thedistfolder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.
June 9, 2025
Media agent for Dash JS v3.1.0
Enhancements
- Publishing to npm: The package can now be published to npm, making it easily accessible.
Build
- Distribution formats: Added
cjs,esm, andumdbuilds to the dist folder, ensuring compatibility withCommonJS,ES Modules, andUMDmodule formats.
June 9, 2025
Media agent for Shaka v3.1.0
Enhancements
- Publishing to npm: The package can now be published to npm, making it easily accessible.
Build
- Distribution formats: Added
cjs,esm, andumdbuilds to thedistfolder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.
June 9, 2025
Media agent for Video JS v3.1.0
Enhancements
- Publishing to npm: The package can now be published to npm, making it easily accessible.
Build
- Distribution formats: Added
cjs,esm, andumdbuilds to thedistfolder, ensuring compatibility with CommonJS, ES Modules, and UMD module formats.
April 27, 2025
Media agent for Bitmovin v3.0.1
This minor release of the New Relic Bitmovin Tracker includes important change to error reporting.
Key changes
- Error reporting update: The
errorNameattribute, previously used for identifying error description, has been deprecated. TheerrorMessageattribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize theerrorMessageattribute going forward.
Upgrade notes
Users who rely on the errorName attribute for error analysis should plan to migrate to the errorMessage attribute to ensure continued functionality and access to detailed error information.
April 27, 2025
Media agent for Shaka v3.0.1
This release of the New Relic Shaka Tracker includes a change to error reporting.
Key changes
- Error reporting update: The
errorNameattribute, previously used for identifying error description, has been deprecated. TheerrorMessageattribute is now the standard for conveying detailed error descriptions. Please update any monitoring or logging systems that rely on error information to utilize theerrorMessageattribute going forward.
Upgrade notes
- Users who rely on the
errorNameattribute for error analysis should plan to migrate to theerrorMessageattribute to ensure continued functionality and access to detailed error information.