File tree Expand file tree Collapse file tree 4 files changed +68
-4
lines changed
Expand file tree Collapse file tree 4 files changed +68
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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 {
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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments