@newrelic/browser-agent 1.299.0-rc.6 → 1.300.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.300.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.299.0...v1.300.0) (2025-10-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Reduce hasReplay attribute false positive rate ([#1586](https://github.com/newrelic/newrelic-browser-agent/issues/1586)) ([82f1d55](https://github.com/newrelic/newrelic-browser-agent/commit/82f1d55c8a008c3219132afe471acf05b7783743))
|
|
12
|
+
* Remove usage of the marks and measures feature flag ([#1589](https://github.com/newrelic/newrelic-browser-agent/issues/1589)) ([cefd898](https://github.com/newrelic/newrelic-browser-agent/commit/cefd898a8e8ab35004f29e42236f096f3e6e220b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* Address issues with dynamic require and Rollup.js ([#1584](https://github.com/newrelic/newrelic-browser-agent/issues/1584)) ([91fd4b9](https://github.com/newrelic/newrelic-browser-agent/commit/91fd4b946f8db4fd939abd95706e2cc60c1c170b))
|
|
18
|
+
* Update typings for interaction API to reflect waitForEnd ([#1591](https://github.com/newrelic/newrelic-browser-agent/issues/1591)) ([c930208](https://github.com/newrelic/newrelic-browser-agent/commit/c930208c0e8e9cb9affa9e6f664d3a28b132b66c))
|
|
19
|
+
|
|
6
20
|
## [1.299.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.298.0...v1.299.0) (2025-10-07)
|
|
7
21
|
|
|
8
22
|
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.DIST_METHOD = exports.BUILD_EN
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.
|
|
20
|
+
const VERSION = exports.VERSION = "1.300.0-rc.0";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.DIST_METHOD = exports.BUILD_EN
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.
|
|
20
|
+
const VERSION = exports.VERSION = "1.300.0-rc.0";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|