Skip to content

Commit b5e27d7

Browse files
chore(main): release 1.276.0 (#1270)
1 parent 9ddc851 commit b5e27d7

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.276.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.275.0...v1.276.0) (2024-12-16)
7+
8+
9+
### Features
10+
11+
* allow feature flags to control experimental features ([#1282](https://github.com/newrelic/newrelic-browser-agent/issues/1282)) ([537e72d](https://github.com/newrelic/newrelic-browser-agent/commit/537e72da0821792006abd16c41ffa025fd73b474))
12+
* Capture Page Resource Assets ([#1257](https://github.com/newrelic/newrelic-browser-agent/issues/1257)) ([e4c7deb](https://github.com/newrelic/newrelic-browser-agent/commit/e4c7debe2a1653efdad8940c55a71dd0140ce900))
13+
14+
15+
### Bug Fixes
16+
17+
* Fix syntax error in fallback when tracking xhr readyState ([#1272](https://github.com/newrelic/newrelic-browser-agent/issues/1272)) ([2bb6b5b](https://github.com/newrelic/newrelic-browser-agent/commit/2bb6b5b2e104a6b3ac9ceb70d396f65cfb61c1bd))
18+
* Ignore reserved attribute names on UserActions tied to the window ([#1261](https://github.com/newrelic/newrelic-browser-agent/issues/1261)) ([8410dbe](https://github.com/newrelic/newrelic-browser-agent/commit/8410dbeef30aeb0e578c63a293ec311c3d42f8da))
19+
620
## [1.275.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.274.0...v1.275.0) (2024-12-03)
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": "feat",
8+
"sha": "537e72da0821792006abd16c41ffa025fd73b474",
9+
"message": "allow feature flags to control experimental features",
10+
"issues": [
11+
"1282"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "8410dbeef30aeb0e578c63a293ec311c3d42f8da",
17+
"message": "Ignore reserved attribute names on UserActions tied to the window",
18+
"issues": [
19+
"1261"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "2bb6b5b2e104a6b3ac9ceb70d396f65cfb61c1bd",
25+
"message": "Fix syntax error in fallback when tracking xhr readyState",
26+
"issues": [
27+
"1272"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "e4c7debe2a1653efdad8940c55a71dd0140ce900",
33+
"message": "Capture Page Resource Assets",
34+
"issues": [
35+
"1257"
36+
]
37+
}
38+
],
39+
"version": "1.276.0",
40+
"language": "JAVASCRIPT",
41+
"artifactName": "@newrelic/browser-agent",
42+
"id": "a317a8f3-8963-4cc5-b0c1-f978662811e3",
43+
"createTime": "2024-12-16T20:51:42.875Z"
44+
},
445
{
546
"changes": [
647
{
@@ -2268,5 +2309,5 @@
22682309
"createTime": "2023-05-08T21:11:35.144Z"
22692310
}
22702311
],
2271-
"updateTime": "2024-12-03T21:39:52.055Z"
2312+
"updateTime": "2024-12-16T20:51:42.875Z"
22722313
}

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