In mobile environment XHR is implemented by native APIs, which are instrumented by the Native SDK. This will cause duplicates in React Native. On iOS NSURLSession is instrumented by default. On Android OkHttp is only instrumented by SAGP.
Context: #4653 (comment)