Adobe Experience Cloud Debugger displays duplicate hits
Hi,
I'm a frequent user of the Adobe Experience Cloud Debugger. Main purpose is to verify data collection as it has always displayed the captured data very well. There are multiple different tools to achieve the same goal. If you use the browser built in Network tab in dev tools you usually see two AA requests for a page load, one redirect request (status code 307) and one standard request (status code 200). This was one great benefit with debugger, that it only showed the "true" page load hit with status code 200. However, that seems to have changed very recently.
Getting multiple hits for each load is soon making the validation a bit teadious, especially if you intentially send more than one request on a load. I haven't found any way to filter the hits to only display the status code 200 hits. Is there any way to achieve the same functionality in Debugger as it has been before i.e. to only display the 200 hits?