[XMLHttpRequestInstrumentation] Ability to control what span events are being monitored #2803
-
Hi Team, I'm trying to setup XMLHttpRequestInstrumentation for one of our web-app and I'd be keen to understand if it's possible to filter out some / all events. Thank you ! Here is the instrumentation config:
I've also attached a resource span example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Right now there is no way to do this, but there are things you could implement like a custom SpanProcessor. you could also instrument manually if you only need to capture certain info. |
Beta Was this translation helpful? Give feedback.
Right now there is no way to do this, but there are things you could implement like a custom SpanProcessor. you could also instrument manually if you only need to capture certain info.