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 4cad8c3..4cc765b 100644 --- a/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift +++ b/platform/swift/source/integrations/url_session/extensions/URLSession+Swizzling.swift @@ -41,7 +41,7 @@ extension URLSession { // * https://github.com/google/gtm-session-fetcher/issues/190#issuecomment-604757154 let disabledDelegateClassNames = [ "GMPx_GTMSessionFetcherSessionDelegateDispatcher", // GooglePlaces SDK - "GTMSessionFetcherSessionDelegateDispatcher", // GTMSessionFetcher SDK + "GTMSessionFetcherSessionDelegateDispatcher", // GoogleMaps/GTMSessionFetcher SDK ] let shouldDisableProxying = disabledDelegateClassNames