You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Not a problem, but more of a nice to have that could help with handling restrictions without having to disallow specific urls explicitly.
Describe the solution you'd like
A config option holding an array of urls or a regex for both the FetchInstrumentation and XMLHttpRequestInstrumentation classes. Requests will then be checked against allowUrls, not sending a span if there isn’t a match. Similar solution can be implemented for DocumentLoadInstrumentation over on the contrib repo.
The text was updated successfully, but these errors were encountered:
NB: Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Is your feature request related to a problem? Please describe.
Not a problem, but more of a nice to have that could help with handling restrictions without having to disallow specific urls explicitly.
Describe the solution you'd like
A config option holding an array of urls or a regex for both the
FetchInstrumentation
andXMLHttpRequestInstrumentation
classes. Requests will then be checked againstallowUrls
, not sending a span if there isn’t a match. Similar solution can be implemented forDocumentLoadInstrumentation
over on the contrib repo.The text was updated successfully, but these errors were encountered: