Skip to content

Commit

Permalink
chore(main): release 1.261.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team committed Jun 3, 2024
1 parent 3713d73 commit 43d88b6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.261.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.260.1...v1.261.0) (2024-06-03)


### Features

* Add Logging API entry points and central handler ([#1052](https://github.com/newrelic/newrelic-browser-agent/issues/1052)) ([face445](https://github.com/newrelic/newrelic-browser-agent/commit/face4457f2ec29699b610cb096864ee3a16aafdc))
* Add wrapLogger API method for wrapping 3rd party loggers ([#1054](https://github.com/newrelic/newrelic-browser-agent/issues/1054)) ([3713d73](https://github.com/newrelic/newrelic-browser-agent/commit/3713d73716f24c9bfb4154a664c2696296f7150e))


### Bug Fixes

* Prevent session reset triggers from harvesting session trace data ([#1050](https://github.com/newrelic/newrelic-browser-agent/issues/1050)) ([bec022b](https://github.com/newrelic/newrelic-browser-agent/commit/bec022b57ffa2cb23353272b667727f631e76b63))

## [1.260.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.260.0...v1.260.1) (2024-05-16)


Expand Down
35 changes: 34 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "3713d73716f24c9bfb4154a664c2696296f7150e",
"message": "Add wrapLogger API method for wrapping 3rd party loggers",
"issues": [
"1054"
]
},
{
"type": "feat",
"sha": "face4457f2ec29699b610cb096864ee3a16aafdc",
"message": "Add Logging API entry points and central handler",
"issues": [
"1052"
]
},
{
"type": "fix",
"sha": "bec022b57ffa2cb23353272b667727f631e76b63",
"message": "Prevent session reset triggers from harvesting session trace data",
"issues": [
"1050"
]
}
],
"version": "1.261.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "636168f8-5a48-45e4-8a69-375c842119a9",
"createTime": "2024-06-03T18:29:03.006Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1558,5 +1591,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-05-16T17:24:06.705Z"
"updateTime": "2024-06-03T18:29:03.006Z"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/browser-agent",
"version": "1.260.1",
"version": "1.261.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 43d88b6

Please sign in to comment.