By default, the JavaScript Agent reports Ajax requests made with XMLHttpRequest object (XHR) and the Fetch API.
You should only consider disabling monitoring support for the Fetch API for these use cases:
Your browser app uses one of the libraries which modifies Javascript Promise:
If you use the zone.js library, you can still enable monitoring for the Fetch API by adding
|
To disable monitoring for the Fetch API, add config.fetch = false
to your JavaScript snippet:
|