Skip to content

Commit

Permalink
chore(main): release 1.276.0 (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Dec 17, 2024
1 parent 9ddc851 commit b5e27d7
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.276.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.275.0...v1.276.0) (2024-12-16)


### Features

* 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))
* Capture Page Resource Assets ([#1257](https://github.com/newrelic/newrelic-browser-agent/issues/1257)) ([e4c7deb](https://github.com/newrelic/newrelic-browser-agent/commit/e4c7debe2a1653efdad8940c55a71dd0140ce900))


### Bug Fixes

* 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))
* 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))

## [1.275.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.274.0...v1.275.0) (2024-12-03)


Expand Down
43 changes: 42 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "537e72da0821792006abd16c41ffa025fd73b474",
"message": "allow feature flags to control experimental features",
"issues": [
"1282"
]
},
{
"type": "fix",
"sha": "8410dbeef30aeb0e578c63a293ec311c3d42f8da",
"message": "Ignore reserved attribute names on UserActions tied to the window",
"issues": [
"1261"
]
},
{
"type": "fix",
"sha": "2bb6b5b2e104a6b3ac9ceb70d396f65cfb61c1bd",
"message": "Fix syntax error in fallback when tracking xhr readyState",
"issues": [
"1272"
]
},
{
"type": "feat",
"sha": "e4c7debe2a1653efdad8940c55a71dd0140ce900",
"message": "Capture Page Resource Assets",
"issues": [
"1257"
]
}
],
"version": "1.276.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "a317a8f3-8963-4cc5-b0c1-f978662811e3",
"createTime": "2024-12-16T20:51:42.875Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2268,5 +2309,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-12-03T21:39:52.055Z"
"updateTime": "2024-12-16T20:51:42.875Z"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/browser-agent",
"version": "1.275.0",
"version": "1.276.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit b5e27d7

Please sign in to comment.