Skip to content

Commit

Permalink
Merge pull request #19999 from newrelic/add-browser-agent-v1.283.0
Browse files Browse the repository at this point in the history
Browser Agent v1.283.0 Release Notes
  • Loading branch information
cbehera-newrelic authored Feb 20, 2025
2 parents d3d08b5 + c9cfc0d commit eb99f18
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
subject: Browser agent
releaseDate: "2025-02-18"
version: 1.283.0
features: ["Add global custom attributes to log data","Add auto-logging feature"]
bugs: []
security: []
---

## v1.283.0

### Features

#### Add global custom attributes to log data
Add custom attributes set by the `setCustomAttributes` method in Browser Agent API to logging data. These attributes are in the `common.attributes` section of the outgoing payload. Local custom attributes set by the `log` and `wrapLogger` APIs take precedence in the backend over the global custom attributes set by the `setCustomAttributes` API.

#### Add auto-logging feature
Introduces automatic observation of browser console methods to capture logging statements from the browser `console` across a given session automatically. On/off, logging level, and sampling are controllable via the application settings section of your browser entities. [Check the getting started guide for more info.](https://docs.newrelic.com/docs/browser/new-relic-browser/browser-pro-features/browser-features/browser-logs/get-started/)

## Support statement

New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Older releases will no longer be supported when they reach [end-of-life](https://docs.newrelic.com/docs/browser/browser-monitoring/getting-started/browser-agent-eol-policy/). Release dates are reflective of the original publish date of the agent version.

New browser agent releases are rolled out to customers in small stages over a period of time. Because of this, the date the release becomes accessible to your account may not match the original publish date. Please see this [status dashboard](https://newrelic.github.io/newrelic-browser-agent-release/) for more information.

Consistent with our [browser support policy](https://docs.newrelic.com/docs/browser/new-relic-browser/getting-started/compatibility-requirements-browser-monitoring/#browser-types), v1.283.0 of the Browser agent was built for and tested against these browsers and version ranges: Chrome 123-133, Edge 123-133, Safari 17-17, and Firefox 125-135. For mobile devices, v1.283.0 was built and tested for Android OS 15 and iOS Safari 17-18.1.

0 comments on commit eb99f18

Please sign in to comment.