-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19999 from newrelic/add-browser-agent-v1.283.0
Browser Agent v1.283.0 Release Notes
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...ic-browser-release-notes/browser-agent-release-notes/browser-agent-v1.283.0.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |