Skip to content

Commit cb826f5

Browse files
chore(main): release 1.303.0
1 parent 9770132 commit cb826f5

File tree

4 files changed

+68
-4
lines changed

4 files changed

+68
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.303.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.302.0...v1.303.0) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* Add custom event support to register API ([#1606](https://github.com/newrelic/newrelic-browser-agent/issues/1606)) ([4137dcb](https://github.com/newrelic/newrelic-browser-agent/commit/4137dcbb339642219164d68695b84a8e48fa9b6f))
12+
* Retry initial connect call ([#1605](https://github.com/newrelic/newrelic-browser-agent/issues/1605)) ([9770132](https://github.com/newrelic/newrelic-browser-agent/commit/9770132209b9fb1320b3f60eedfa932b0fcfa3a4))
13+
* SMs for browser connect response ([#1611](https://github.com/newrelic/newrelic-browser-agent/issues/1611)) ([29f5bdf](https://github.com/newrelic/newrelic-browser-agent/commit/29f5bdf6fa36020a87e5c0aa443d64ce55722c85))
14+
15+
16+
### Bug Fixes
17+
18+
* memoize promise context propagation to avoid safari hangs ([#1597](https://github.com/newrelic/newrelic-browser-agent/issues/1597)) ([23cb559](https://github.com/newrelic/newrelic-browser-agent/commit/23cb55993add2eb7e7b14b0d77c6fa3bbb9abcf1))
19+
* Obfuscate custom attributes for logs added after PVE ([#1622](https://github.com/newrelic/newrelic-browser-agent/issues/1622)) ([f648e3f](https://github.com/newrelic/newrelic-browser-agent/commit/f648e3f1f843913d4c9be6534b0d1e3ba47eb260))
20+
621
## [1.302.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.301.0...v1.302.0) (2025-10-24)
722

823

changelog.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "9770132209b9fb1320b3f60eedfa932b0fcfa3a4",
9+
"message": "Retry initial connect call",
10+
"issues": [
11+
"1605"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "f648e3f1f843913d4c9be6534b0d1e3ba47eb260",
17+
"message": "Obfuscate custom attributes for logs added after PVE",
18+
"issues": [
19+
"1622"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "4137dcbb339642219164d68695b84a8e48fa9b6f",
25+
"message": "Add custom event support to register API",
26+
"issues": [
27+
"1606"
28+
]
29+
},
30+
{
31+
"type": "fix",
32+
"sha": "23cb55993add2eb7e7b14b0d77c6fa3bbb9abcf1",
33+
"message": "memoize promise context propagation to avoid safari hangs",
34+
"issues": [
35+
"1597"
36+
]
37+
},
38+
{
39+
"type": "feat",
40+
"sha": "29f5bdf6fa36020a87e5c0aa443d64ce55722c85",
41+
"message": "SMs for browser connect response",
42+
"issues": [
43+
"1611"
44+
]
45+
}
46+
],
47+
"version": "1.303.0",
48+
"language": "JAVASCRIPT",
49+
"artifactName": "@newrelic/browser-agent",
50+
"id": "7a7b49ab-4b79-482d-b27d-b2be2dd269c8",
51+
"createTime": "2025-11-10T17:50:58.201Z"
52+
},
453
{
554
"changes": [
655
{
@@ -3347,5 +3396,5 @@
33473396
"createTime": "2023-05-08T21:11:35.144Z"
33483397
}
33493398
],
3350-
"updateTime": "2025-10-24T17:19:48.828Z"
3399+
"updateTime": "2025-11-10T17:50:58.201Z"
33513400
}

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