Skip to content

Commit 31a5c90

Browse files
chore(main): release 1.293.0 (#1521)
1 parent 5cf6378 commit 31a5c90

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.293.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.292.1...v1.293.0) (2025-07-01)
7+
8+
9+
### Features
10+
11+
* Add "long tasks" internal message ([#1506](https://github.com/newrelic/newrelic-browser-agent/issues/1506)) ([c1d0a56](https://github.com/newrelic/newrelic-browser-agent/commit/c1d0a564e645dcc02b747cd0b9035084b665747f))
12+
* Emit SM on rum response invalid timestamps ([#1518](https://github.com/newrelic/newrelic-browser-agent/issues/1518)) ([8413c59](https://github.com/newrelic/newrelic-browser-agent/commit/8413c59fedc2d1505056787dd0ac9149ca46991d))
13+
14+
15+
### Bug Fixes
16+
17+
* Address issue keeping distributed traces from being disabled ([#1520](https://github.com/newrelic/newrelic-browser-agent/issues/1520)) ([f473350](https://github.com/newrelic/newrelic-browser-agent/commit/f4733508dc9911dff890f0f535f5eef0c2641fd1))
18+
619
## [1.292.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.292.0...v1.292.1) (2025-06-26)
720

821

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "c1d0a564e645dcc02b747cd0b9035084b665747f",
9+
"message": "Add \"long tasks\" internal message",
10+
"issues": [
11+
"1506"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "f4733508dc9911dff890f0f535f5eef0c2641fd1",
17+
"message": "Address issue keeping distributed traces from being disabled",
18+
"issues": [
19+
"1520"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "8413c59fedc2d1505056787dd0ac9149ca46991d",
25+
"message": "Emit SM on rum response invalid timestamps",
26+
"issues": [
27+
"1518"
28+
]
29+
}
30+
],
31+
"version": "1.293.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "4af4aef3-1fa0-43a1-8ba0-289e21341419",
35+
"createTime": "2025-07-01T15:41:26.362Z"
36+
},
437
{
538
"changes": [
639
{
@@ -3016,5 +3049,5 @@
30163049
"createTime": "2023-05-08T21:11:35.144Z"
30173050
}
30183051
],
3019-
"updateTime": "2025-06-26T13:30:07.324Z"
3052+
"updateTime": "2025-07-01T15:41:26.362Z"
30203053
}

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