Capturing API Calls without Full TracingInstrumentation #223
-
Documentation says that using TracingInstrumentation is not to be used lightly as it is extremely taxing. However, I do want to still capture: (console, fetch, xhr, and uncaught exceptions) without also capturing every single other thing that happens in the application. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @stevenG-dv We are currently working on specific instrumentations for Fetch and XmlHttpRequest. There is a wip implementation of the FetchInstrumentation. Currently provided as an experimental package. Cheers, /cc @cedricziel |
Beta Was this translation helpful? Give feedback.
Hi @stevenG-dv
We are currently working on specific instrumentations for Fetch and XmlHttpRequest.
Additionally we will add traceIDs' without the need to use the TraceInstrumentation.
There is a wip implementation of the FetchInstrumentation. Currently provided as an experimental package.
Cheers,
Marco
/cc @cedricziel