Skip to content

Commit 7fd08aa

Browse files
chore(main): release 1.295.0
1 parent 412d469 commit 7fd08aa

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

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.295.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.294.0...v1.295.0) (2025-08-04)
7+
8+
9+
### Features
10+
11+
* Add error cause detection ([#1531](https://github.com/newrelic/newrelic-browser-agent/issues/1531)) ([3e6bda7](https://github.com/newrelic/newrelic-browser-agent/commit/3e6bda74bfd19d4379a41d357c800eebc5d28ed5))
12+
13+
14+
### Bug Fixes
15+
16+
* Add monkey-patching warnings ([#1527](https://github.com/newrelic/newrelic-browser-agent/issues/1527)) ([412d469](https://github.com/newrelic/newrelic-browser-agent/commit/412d4690f4d8df59c3b6fb14ec8e6910e84db5b4))
17+
* Calculate first and last timestamps from raw data ([#1535](https://github.com/newrelic/newrelic-browser-agent/issues/1535)) ([1ead794](https://github.com/newrelic/newrelic-browser-agent/commit/1ead794106af6160fd26c1c2036d59a3b2718bf0))
18+
619
## [1.294.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.293.0...v1.294.0) (2025-07-23)
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": "fix",
8+
"sha": "412d4690f4d8df59c3b6fb14ec8e6910e84db5b4",
9+
"message": "Add monkey-patching warnings",
10+
"issues": [
11+
"1527"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "1ead794106af6160fd26c1c2036d59a3b2718bf0",
17+
"message": "Calculate first and last timestamps from raw data",
18+
"issues": [
19+
"1535"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "3e6bda74bfd19d4379a41d357c800eebc5d28ed5",
25+
"message": "Add error cause detection",
26+
"issues": [
27+
"1531"
28+
]
29+
}
30+
],
31+
"version": "1.295.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "f70fdbcc-c695-4098-9a4a-a3c660ee2aaf",
35+
"createTime": "2025-08-04T18:18:14.079Z"
36+
},
437
{
538
"changes": [
639
{
@@ -3074,5 +3107,5 @@
30743107
"createTime": "2023-05-08T21:11:35.144Z"
30753108
}
30763109
],
3077-
"updateTime": "2025-07-23T16:30:07.752Z"
3110+
"updateTime": "2025-08-04T18:18:14.079Z"
30783111
}

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