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 20, 2024
1 parent ae2293d commit b179165
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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-20)


### 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 Logging Configurations ([#1058](https://github.com/newrelic/newrelic-browser-agent/issues/1058)) ([3c4ea26](https://github.com/newrelic/newrelic-browser-agent/commit/3c4ea262b30b48afc434f8ccdce867b1a5acb874))
* 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))
* Create logging feature ([#1059](https://github.com/newrelic/newrelic-browser-agent/issues/1059)) ([c573e33](https://github.com/newrelic/newrelic-browser-agent/commit/c573e330ea5e7dd97e7293b0f95785cb738cf3f2))
* Logging feature harvesting and optimizations ([#1064](https://github.com/newrelic/newrelic-browser-agent/issues/1064)) ([9a9fad5](https://github.com/newrelic/newrelic-browser-agent/commit/9a9fad5fe10536e72d5b55374363f727b6ae0c43))
* Pass logging API args as object for better extensibility ([#1074](https://github.com/newrelic/newrelic-browser-agent/issues/1074)) ([8fbd25a](https://github.com/newrelic/newrelic-browser-agent/commit/8fbd25a6de3e5c48869f9cae564d86cf36cc364c))


### 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
67 changes: 66 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,71 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "8fbd25a6de3e5c48869f9cae564d86cf36cc364c",
"message": "Pass logging API args as object for better extensibility",
"issues": [
"1074"
]
},
{
"type": "feat",
"sha": "9a9fad5fe10536e72d5b55374363f727b6ae0c43",
"message": "Logging feature harvesting and optimizations",
"issues": [
"1064"
]
},
{
"type": "feat",
"sha": "c573e330ea5e7dd97e7293b0f95785cb738cf3f2",
"message": "Create logging feature",
"issues": [
"1059"
]
},
{
"type": "feat",
"sha": "3c4ea262b30b48afc434f8ccdce867b1a5acb874",
"message": "Add Logging Configurations",
"issues": [
"1058"
]
},
{
"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": "86386064-4f9d-46b0-9656-cf0d42b9ee51",
"createTime": "2024-06-20T18:33:21.283Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1558,5 +1623,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-05-16T17:24:06.705Z"
"updateTime": "2024-06-20T18:33:21.283Z"
}
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 b179165

Please sign in to comment.