diff --git a/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift b/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift index 6a49334a..bedc1b78 100644 --- a/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift +++ b/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift @@ -40,8 +40,8 @@ extension URLSession { // * https://github.com/google/gtm-session-fetcher/issues/190#issuecomment-604205556 // * https://github.com/google/gtm-session-fetcher/issues/190#issuecomment-604757154 let disabledDelegateClassNames = [ - "GMPx_GTMSessionFetcherService", // GooglePlaces - "GTMSessionFetcherService", // GTMSessionFetcher + "GMPx_GTMSessionFetcherSessionDelegateDispatcher", // GooglePlaces SDK + "GTMSessionFetcherSessionDelegateDispatcher", // GoogleMaps/GTMSessionFetcher SDK ] let shouldDisableProxying = disabledDelegateClassNames