Skip to content

Commit

Permalink
chore(main): release 1.253.0 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Mar 13, 2024
1 parent 7fcb627 commit add56de
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.253.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.252.1...v1.253.0) (2024-03-13)


### Features

* Apply deny list to ajax metrics ([#898](https://github.com/newrelic/newrelic-browser-agent/issues/898)) ([a5c2adc](https://github.com/newrelic/newrelic-browser-agent/commit/a5c2adc0ecbe322ea9a9dcdf1ed3b072c1212415))
* Isolate observation context per agent ([#903](https://github.com/newrelic/newrelic-browser-agent/issues/903)) ([85887c8](https://github.com/newrelic/newrelic-browser-agent/commit/85887c8e7f4241076daeeda75077e6ee710a3d00))
* Preload the Session Replay recorder when properly configured ([#893](https://github.com/newrelic/newrelic-browser-agent/issues/893)) ([bc5ebb5](https://github.com/newrelic/newrelic-browser-agent/commit/bc5ebb5cb255fda7f2c30d5053b5a980a423c2b1))
* Soft Navigations trial ([#808](https://github.com/newrelic/newrelic-browser-agent/issues/808)) ([7fcb627](https://github.com/newrelic/newrelic-browser-agent/commit/7fcb62791ad932cbd3b9f16a72277b42bca9a75f))

## [1.252.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.252.0...v1.252.1) (2024-02-29)


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": "7fcb62791ad932cbd3b9f16a72277b42bca9a75f",
"message": "Soft Navigations trial",
"issues": [
"808"
]
},
{
"type": "feat",
"sha": "a5c2adc0ecbe322ea9a9dcdf1ed3b072c1212415",
"message": "Apply deny list to ajax metrics",
"issues": [
"898"
]
},
{
"type": "feat",
"sha": "bc5ebb5cb255fda7f2c30d5053b5a980a423c2b1",
"message": "Preload the Session Replay recorder when properly configured",
"issues": [
"893"
]
},
{
"type": "feat",
"sha": "85887c8e7f4241076daeeda75077e6ee710a3d00",
"message": "Isolate observation context per agent",
"issues": [
"903"
]
}
],
"version": "1.253.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "6253b906-0e0d-4659-abd8-48c980facabd",
"createTime": "2024-03-13T16:54:47.318Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1097,5 +1138,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-02-29T17:42:23.534Z"
"updateTime": "2024-03-13T16:54:47.318Z"
}
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.252.1",
"version": "1.253.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit add56de

Please sign in to comment.