Refactored the BaseRequest and Request classes to use our BMSURLSession type in place of the native Swift URLSession.
Tested and fixed network request metadata recording for analytics. Ensured that network metadata is recorded for all network requests, including those made to MCA-protected backends.
BaseRequest
andRequest
classes to use ourBMSURLSession
type in place of the native SwiftURLSession
.