Skip to content

Commit 29e82a7

Browse files
chore(main): release 1.284.1 (#1411)
1 parent 22ef4ff commit 29e82a7

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.284.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.284.0...v1.284.1) (2025-03-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Console error on some cross-origin requests without NR CAT header ([#1407](https://github.com/newrelic/newrelic-browser-agent/issues/1407)) ([6660c44](https://github.com/newrelic/newrelic-browser-agent/commit/6660c4455f73bdd90da9946f48ca6c6b377a866f))
12+
* Obtain FirstInteraction directly from performance API ([#1410](https://github.com/newrelic/newrelic-browser-agent/issues/1410)) ([22ef4ff](https://github.com/newrelic/newrelic-browser-agent/commit/22ef4ffaef72729f99ee615d4851870f51a129f7))
13+
614
## [1.284.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.283.2...v1.284.0) (2025-03-04)
715

816

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": "22ef4ffaef72729f99ee615d4851870f51a129f7",
9+
"message": "Obtain FirstInteraction directly from performance API",
10+
"issues": [
11+
"1410"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "6660c4455f73bdd90da9946f48ca6c6b377a866f",
17+
"message": "Console error on some cross-origin requests without NR CAT header",
18+
"issues": [
19+
"1407"
20+
]
21+
}
22+
],
23+
"version": "1.284.1",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "3edea383-18ac-4d45-93ff-69f7e8e5ca97",
27+
"createTime": "2025-03-11T18:51:07.416Z"
28+
},
429
{
530
"changes": [
631
{
@@ -2627,5 +2652,5 @@
26272652
"createTime": "2023-05-08T21:11:35.144Z"
26282653
}
26292654
],
2630-
"updateTime": "2025-03-04T21:23:38.234Z"
2655+
"updateTime": "2025-03-11T18:51:07.416Z"
26312656
}

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