Skip to content

Commit 30bf808

Browse files
chore(main): release 1.309.0 (#1680)
1 parent e79425a commit 30bf808

4 files changed

Lines changed: 68 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.309.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.308.0...v1.309.0) (2026-02-03)
7+
8+
9+
### Features
10+
11+
* Add WebDriver detection attribute to PageView & PageViewTiming ([#1679](https://github.com/newrelic/newrelic-browser-agent/issues/1679)) ([cd70213](https://github.com/newrelic/newrelic-browser-agent/commit/cd70213f6ef9898d1e40678fad850fbf03150570))
12+
* Improve MFE tag setting ([#1683](https://github.com/newrelic/newrelic-browser-agent/issues/1683)) ([73c0f4c](https://github.com/newrelic/newrelic-browser-agent/commit/73c0f4cd13b9ae894caefcc071b84a6d2d2ad7d6))
13+
* Warn when more than one agent is running ([#1686](https://github.com/newrelic/newrelic-browser-agent/issues/1686)) ([0deae4b](https://github.com/newrelic/newrelic-browser-agent/commit/0deae4b1743b3dd7674e0abd729fc9c9aba6582c))
14+
15+
16+
### Bug Fixes
17+
18+
* allow child registrations from blocked parents ([#1677](https://github.com/newrelic/newrelic-browser-agent/issues/1677)) ([f3880e4](https://github.com/newrelic/newrelic-browser-agent/commit/f3880e41a638e68200572190ad0eb1af21f99ad4))
19+
* Micro agent duplicate handlers ([#1658](https://github.com/newrelic/newrelic-browser-agent/issues/1658)) ([203aa30](https://github.com/newrelic/newrelic-browser-agent/commit/203aa303a939d9de67e62276d457f6ba6378e931))
20+
621
## [1.308.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.307.0...v1.308.0) (2026-01-08)
722

823

changelog.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "0deae4b1743b3dd7674e0abd729fc9c9aba6582c",
9+
"message": "Warn when more than one agent is running",
10+
"issues": [
11+
"1686"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "73c0f4cd13b9ae894caefcc071b84a6d2d2ad7d6",
17+
"message": "Improve MFE tag setting",
18+
"issues": [
19+
"1683"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "203aa303a939d9de67e62276d457f6ba6378e931",
25+
"message": "Micro agent duplicate handlers",
26+
"issues": [
27+
"1658"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "cd70213f6ef9898d1e40678fad850fbf03150570",
33+
"message": "Add WebDriver detection attribute to PageView & PageViewTiming",
34+
"issues": [
35+
"1679"
36+
]
37+
},
38+
{
39+
"type": "fix",
40+
"sha": "f3880e41a638e68200572190ad0eb1af21f99ad4",
41+
"message": "allow child registrations from blocked parents",
42+
"issues": [
43+
"1677"
44+
]
45+
}
46+
],
47+
"version": "1.309.0",
48+
"language": "JAVASCRIPT",
49+
"artifactName": "@newrelic/browser-agent",
50+
"id": "e6df4c18-74e7-4a9a-8f6f-9b8b47eda664",
51+
"createTime": "2026-02-03T20:18:42.712Z"
52+
},
453
{
554
"changes": [
655
{
@@ -3625,5 +3674,5 @@
36253674
"createTime": "2023-05-08T21:11:35.144Z"
36263675
}
36273676
],
3628-
"updateTime": "2026-01-08T23:19:29.193Z"
3677+
"updateTime": "2026-02-03T20:18:42.712Z"
36293678
}

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