Trouble with iframe embedded in ReactNativeWebView

Running a react site with @sentry/browser installed. When trying to access that react site through a ReactNativeWebView on a RN app, Sentry.init fails with the following message:

{“detail”:“failed to read request body”,“causes”:[“failed to decode zlib payload”,“corrupt deflate stream”]}

How to approach this error?