instana / weasel

Gather end-user browser performance data
https://www.instana.com
MIT License
40 stars 5 forks source link

Filter out duplicate resource with initiatorType as fetch #105

Closed zhouhn-ibm closed 2 years ago

zhouhn-ibm commented 2 years ago

WHY: We observered that weasel might capture duplicate beacons, one is XHR/fetch request, the other is page resource with initiatorType=other.

capture_duplicate_beacons_with_both_XHR_and_page_resource

WHAT: Since Fetch request has more detailed insight, we will filter out the page resource with initiatorType=fetch.

PerformanceResourceTiming_with_initiatorType_fetch