Skip to content

Commit 45a0295

Browse files
chore(main): release 1.295.0
1 parent 1ead794 commit 45a0295

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
* 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))
17+
618
## [1.294.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.293.0...v1.294.0) (2025-07-23)
719

820

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "1ead794106af6160fd26c1c2036d59a3b2718bf0",
9+
"message": "Calculate first and last timestamps from raw data",
10+
"issues": [
11+
"1535"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "3e6bda74bfd19d4379a41d357c800eebc5d28ed5",
17+
"message": "Add error cause detection",
18+
"issues": [
19+
"1531"
20+
]
21+
}
22+
],
23+
"version": "1.295.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "57ae0e54-7c69-4a14-8125-fadf39a69a4e",
27+
"createTime": "2025-08-04T16:27:19.266Z"
28+
},
429
{
530
"changes": [
631
{
@@ -3074,5 +3099,5 @@
30743099
"createTime": "2023-05-08T21:11:35.144Z"
30753100
}
30763101
],
3077-
"updateTime": "2025-07-23T16:30:07.752Z"
3102+
"updateTime": "2025-08-04T16:27:19.266Z"
30783103
}

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)