Skip to content

Commit 0e810ca

Browse files
chore(main): release 1.306.0 (#1654)
1 parent f9f1639 commit 0e810ca

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.306.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.305.0...v1.306.0) (2025-12-16)
7+
8+
9+
### Features
10+
11+
* Control log API through separate RUM flag ([#1467](https://github.com/newrelic/newrelic-browser-agent/issues/1467)) ([f9f1639](https://github.com/newrelic/newrelic-browser-agent/commit/f9f1639504a32b0f24baa117d287c47e209cc818))
12+
* Ensure responseStart is valid before relying on onTTFB ([#1634](https://github.com/newrelic/newrelic-browser-agent/issues/1634)) ([cd83f60](https://github.com/newrelic/newrelic-browser-agent/commit/cd83f605087a79cbc4817ddfb82d48c18eae8474))
13+
14+
15+
### Bug Fixes
16+
17+
* Remove linebreak syntax from webpack output ([#1649](https://github.com/newrelic/newrelic-browser-agent/issues/1649)) ([f741585](https://github.com/newrelic/newrelic-browser-agent/commit/f74158516ec251ced26a56f65c145a48b938e79f))
18+
619
## [1.305.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.304.0...v1.305.0) (2025-12-10)
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": "f9f1639504a32b0f24baa117d287c47e209cc818",
9+
"message": "Control log API through separate RUM flag",
10+
"issues": [
11+
"1467"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "cd83f605087a79cbc4817ddfb82d48c18eae8474",
17+
"message": "Ensure responseStart is valid before relying on onTTFB",
18+
"issues": [
19+
"1634"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "f74158516ec251ced26a56f65c145a48b938e79f",
25+
"message": "Remove linebreak syntax from webpack output",
26+
"issues": [
27+
"1649"
28+
]
29+
}
30+
],
31+
"version": "1.306.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "2f4b8879-529e-4f88-84f9-f8c117473df8",
35+
"createTime": "2025-12-16T15:22:41.405Z"
36+
},
437
{
538
"changes": [
639
{
@@ -3494,5 +3527,5 @@
34943527
"createTime": "2023-05-08T21:11:35.144Z"
34953528
}
34963529
],
3497-
"updateTime": "2025-12-10T22:26:59.854Z"
3530+
"updateTime": "2025-12-16T15:22:41.405Z"
34983531
}

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