Skip to content

Commit

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

## [1.252.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.251.1...v1.252.0) (2024-02-12)


### Features

* add types mappings for esm distribution ([#887](https://github.com/newrelic/newrelic-browser-agent/issues/887)) ([811ed41](https://github.com/newrelic/newrelic-browser-agent/commit/811ed418b74dcb8f25544da79521c384b9fd498a))
* align browser reported uncaught syntax errors ([#881](https://github.com/newrelic/newrelic-browser-agent/issues/881)) ([d4a0f30](https://github.com/newrelic/newrelic-browser-agent/commit/d4a0f30e0ab4d8edbdb17bf4ebdf282626761045))
* Capture Internal Metrics for Session Replay Configurations ([#879](https://github.com/newrelic/newrelic-browser-agent/issues/879)) ([f60e7f1](https://github.com/newrelic/newrelic-browser-agent/commit/f60e7f155bb95087ea4af8864b652878f08ccaff))
* Create more granular metrics about stylesheet fix success ([#882](https://github.com/newrelic/newrelic-browser-agent/issues/882)) ([697f13e](https://github.com/newrelic/newrelic-browser-agent/commit/697f13e6ea5ba0738ffd74dfd214751ab98adf8d))
* Report config changes away from default state for UX improvement ([#885](https://github.com/newrelic/newrelic-browser-agent/issues/885)) ([aa19a9c](https://github.com/newrelic/newrelic-browser-agent/commit/aa19a9c0737c175c011656f3da3f327dc6442f04))


### Bug Fixes

* Add safe logic to snapshots ([#884](https://github.com/newrelic/newrelic-browser-agent/issues/884)) ([1fcdd8d](https://github.com/newrelic/newrelic-browser-agent/commit/1fcdd8d9a20819911ba7e7350354085a57f1b187))
* Fix adblock memory leak ([#877](https://github.com/newrelic/newrelic-browser-agent/issues/877)) ([695415b](https://github.com/newrelic/newrelic-browser-agent/commit/695415b0fcaa8b41496fc6556a38ec76dd357539))

## [1.251.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.251.0...v1.251.1) (2024-01-29)


Expand Down
67 changes: 66 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "811ed418b74dcb8f25544da79521c384b9fd498a",
"message": "add types mappings for esm distribution",
"issues": [
"887"
]
},
{
"type": "fix",
"sha": "1fcdd8d9a20819911ba7e7350354085a57f1b187",
"message": "Add safe logic to snapshots",
"issues": [
"884"
]
},
{
"type": "feat",
"sha": "aa19a9c0737c175c011656f3da3f327dc6442f04",
"message": "Report config changes away from default state for UX improvement",
"issues": [
"885"
]
},
{
"type": "feat",
"sha": "697f13e6ea5ba0738ffd74dfd214751ab98adf8d",
"message": "Create more granular metrics about stylesheet fix success",
"issues": [
"882"
]
},
{
"type": "feat",
"sha": "d4a0f30e0ab4d8edbdb17bf4ebdf282626761045",
"message": "align browser reported uncaught syntax errors",
"issues": [
"881"
]
},
{
"type": "feat",
"sha": "f60e7f155bb95087ea4af8864b652878f08ccaff",
"message": "Capture Internal Metrics for Session Replay Configurations",
"issues": [
"879"
]
},
{
"type": "fix",
"sha": "695415b0fcaa8b41496fc6556a38ec76dd357539",
"message": "Fix adblock memory leak",
"issues": [
"877"
]
}
],
"version": "1.252.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "e8035158-8aa9-4b78-bb58-8a4cc2f132a7",
"createTime": "2024-02-12T16:05:18.509Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1007,5 +1072,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-01-29T20:09:21.638Z"
"updateTime": "2024-02-12T16:05:18.509Z"
}
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.251.1",
"version": "1.252.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit e378808

Please sign in to comment.