Skip to content

Commit 31badc2

Browse files
chore(main): release 1.299.0
1 parent e4465c1 commit 31badc2

File tree

4 files changed

+59
-4
lines changed

4 files changed

+59
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.299.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.298.0...v1.299.0) (2025-10-07)
7+
8+
9+
### Features
10+
11+
* Add Flutter supportability metric ([#1580](https://github.com/newrelic/newrelic-browser-agent/issues/1580)) ([5083067](https://github.com/newrelic/newrelic-browser-agent/commit/5083067e1dab2fed972af8010d95c07ba11ec436))
12+
* Add user frustration signals to UserAction ([#1534](https://github.com/newrelic/newrelic-browser-agent/issues/1534)) ([4d654c3](https://github.com/newrelic/newrelic-browser-agent/commit/4d654c3e4cef906885545b36142fc03da34d525c))
13+
* Evaluate the accuracy of cross-feature attribution ([#1573](https://github.com/newrelic/newrelic-browser-agent/issues/1573)) ([b1e03e2](https://github.com/newrelic/newrelic-browser-agent/commit/b1e03e216ec4eedb77cbb49241d51b5526b97997))
14+
15+
16+
### Bug Fixes
17+
18+
* Fix recordReplay API inconsistencies ([#1582](https://github.com/newrelic/newrelic-browser-agent/issues/1582)) ([e4465c1](https://github.com/newrelic/newrelic-browser-agent/commit/e4465c1ebfd6f50d3fce99074ae190ce3bc2f4e4))
19+
620
## [1.298.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.297.1...v1.298.0) (2025-09-19)
721

822

changelog.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "e4465c1ebfd6f50d3fce99074ae190ce3bc2f4e4",
9+
"message": "Fix recordReplay API inconsistencies",
10+
"issues": [
11+
"1582"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "5083067e1dab2fed972af8010d95c07ba11ec436",
17+
"message": "Add Flutter supportability metric",
18+
"issues": [
19+
"1580"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "4d654c3e4cef906885545b36142fc03da34d525c",
25+
"message": "Add user frustration signals to UserAction",
26+
"issues": [
27+
"1534"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "b1e03e216ec4eedb77cbb49241d51b5526b97997",
33+
"message": "Evaluate the accuracy of cross-feature attribution",
34+
"issues": [
35+
"1573"
36+
]
37+
}
38+
],
39+
"version": "1.299.0",
40+
"language": "JAVASCRIPT",
41+
"artifactName": "@newrelic/browser-agent",
42+
"id": "919e51e5-0281-4bd8-a8e9-be21240424d7",
43+
"createTime": "2025-10-07T19:16:04.454Z"
44+
},
445
{
546
"changes": [
647
{
@@ -3207,5 +3248,5 @@
32073248
"createTime": "2023-05-08T21:11:35.144Z"
32083249
}
32093250
],
3210-
"updateTime": "2025-09-19T15:59:34.820Z"
3251+
"updateTime": "2025-10-07T19:16:04.454Z"
32113252
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.298.0",
3+
"version": "1.299.0",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)