Skip to content

Commit 5ff5fb0

Browse files
chore(main): release 1.298.0 (#1572)
1 parent b2208c4 commit 5ff5fb0

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.298.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.297.1...v1.298.0) (2025-09-19)
7+
8+
9+
### Features
10+
11+
* Factor long tasks into soft nav base interaction span ([#1537](https://github.com/newrelic/newrelic-browser-agent/issues/1537)) ([99b4c9f](https://github.com/newrelic/newrelic-browser-agent/commit/99b4c9f2a083438607557a2139192e5d280f7273))
12+
13+
14+
### Bug Fixes
15+
16+
* Force LCP to report the original page URL ([#1566](https://github.com/newrelic/newrelic-browser-agent/issues/1566)) ([04eb09f](https://github.com/newrelic/newrelic-browser-agent/commit/04eb09fb27fb9d49dcb4a37cc503619217e9fafd))
17+
618
## [1.297.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.297.0...v1.297.1) (2025-09-17)
719

820

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "04eb09fb27fb9d49dcb4a37cc503619217e9fafd",
9+
"message": "Force LCP to report the original page URL",
10+
"issues": [
11+
"1566"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "99b4c9f2a083438607557a2139192e5d280f7273",
17+
"message": "Factor long tasks into soft nav base interaction span",
18+
"issues": [
19+
"1537"
20+
]
21+
}
22+
],
23+
"version": "1.298.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "c7ab2f6f-8bae-4ca3-b7eb-5dbf4da17357",
27+
"createTime": "2025-09-19T15:59:34.820Z"
28+
},
429
{
530
"changes": [
631
{
@@ -3182,5 +3207,5 @@
31823207
"createTime": "2023-05-08T21:11:35.144Z"
31833208
}
31843209
],
3185-
"updateTime": "2025-09-17T19:41:05.967Z"
3210+
"updateTime": "2025-09-19T15:59:34.820Z"
31863211
}

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.297.1",
3+
"version": "1.298.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)