Skip to content

Commit

Permalink
chore(main): release 1.284.0 (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Mar 4, 2025
1 parent 436ce94 commit 2b093e8
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.284.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.283.2...v1.284.0) (2025-03-04)


### Features

* Remove FID, replace first interaction detection with INP ([#1395](https://github.com/newrelic/newrelic-browser-agent/issues/1395)) ([436ce94](https://github.com/newrelic/newrelic-browser-agent/commit/436ce94eac45e3e28d6b3be6fe9f9fcb15ac1e9b))


### Bug Fixes

* bump web-vitals from 4.2.3 to 4.2.4 ([#1379](https://github.com/newrelic/newrelic-browser-agent/issues/1379)) ([d0b5b83](https://github.com/newrelic/newrelic-browser-agent/commit/d0b5b83ec50755771e9d4afbf984937f5ab00458))
* Deduplicate Prefixes on Unhandled Promise Rejection Messages ([#1397](https://github.com/newrelic/newrelic-browser-agent/issues/1397)) ([474fc4f](https://github.com/newrelic/newrelic-browser-agent/commit/474fc4fbc6f7b3fe6b396ce86acaaa1bc712e5fd))
* Guard against non-CSSStyleSheet when fixing sheets for replay ([#1396](https://github.com/newrelic/newrelic-browser-agent/issues/1396)) ([b929aba](https://github.com/newrelic/newrelic-browser-agent/commit/b929abafb5ab04287fc1f0a07397ff739f314c38))
* Upgrade rrweb to 18 ([#1383](https://github.com/newrelic/newrelic-browser-agent/issues/1383)) ([46b691b](https://github.com/newrelic/newrelic-browser-agent/commit/46b691b671d2090f47707eea6dfa5ae8f31d0c7b))

## [1.283.2](https://github.com/newrelic/newrelic-browser-agent/compare/v1.283.1...v1.283.2) (2025-02-21)


Expand Down
51 changes: 50 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "436ce94eac45e3e28d6b3be6fe9f9fcb15ac1e9b",
"message": "Remove FID, replace first interaction detection with INP",
"issues": [
"1395"
]
},
{
"type": "fix",
"sha": "474fc4fbc6f7b3fe6b396ce86acaaa1bc712e5fd",
"message": "Deduplicate Prefixes on Unhandled Promise Rejection Messages",
"issues": [
"1397"
]
},
{
"type": "fix",
"sha": "46b691b671d2090f47707eea6dfa5ae8f31d0c7b",
"message": "Upgrade rrweb to 18",
"issues": [
"1383"
]
},
{
"type": "fix",
"sha": "d0b5b83ec50755771e9d4afbf984937f5ab00458",
"message": "bump web-vitals from 4.2.3 to 4.2.4",
"issues": [
"1379"
]
},
{
"type": "fix",
"sha": "b929abafb5ab04287fc1f0a07397ff739f314c38",
"message": "Guard against non-CSSStyleSheet when fixing sheets for replay",
"issues": [
"1396"
]
}
],
"version": "1.284.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "d38cce67-82da-4915-a555-c5c4977f0d4f",
"createTime": "2025-03-04T21:23:38.234Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2578,5 +2627,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2025-02-21T20:25:42.625Z"
"updateTime": "2025-03-04T21:23:38.234Z"
}
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.283.2",
"version": "1.284.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 2b093e8

Please sign in to comment.