TracedHttpOverrides constructor
Implementation
TracedHttpOverrides({this.nameFor}) {
// Let TracedDioInterceptor know this layer is active so Dio
// requests (which route through dart:io HttpClient on
// mobile/desktop) are not recorded twice.
InterceptorCoordination.httpOverridesActive = true;
}