Skip to content

Commit

Permalink
feat(Browser): AjaxRequest events capture metrics and events now
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Feb 22, 2022
1 parent 7d46f0c commit b623745
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
title: 'Filter AjaxRequest events'
metaDescription: "For New Relic browser monitoring: use the app settings page to filter which network calls are recorded as AjaxRequest events."
---
In [agent version 1211](https://docs.newrelic.com/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/) or higher, all network requests made by a page are recorded as `AjaxRequest` events. You can use the deny list configuration options in the **Application settings** page to filter which requests record events.
Regardless of this filter, all network requests are captured as metrics and available in the AJAX page.
In [agent version 1211](https://docs.newrelic.com/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes/) or higher, all network requests made by a page are recorded as `AjaxRequest` events. You can use the deny list configuration options in the **Application settings** page to filter which requests record events.

Regardless of this filter, all network requests are captured as metrics or events. They're available to view in the AJAX page.

## Using the deny list
Requests can be blocked in three ways:
Expand Down

0 comments on commit b623745

Please sign in to comment.