Dylan

Results 117 comments of Dylan

I get this crash also on 8.32.0, which didn't include GH-4219. ``` objc_exception_throw + 60 (objc-exception.mm:356) [NSData(NSData) subdataWithRange:] + 596 (NSData.m:674) [SentrySerialization envelopeWithData:] + 1360 (SentrySerialization.m:225) [SentryHttpTransport sendAllCachedEnvelopes] [SentryHttpTransport initWithOptions:cachedEnvelopeSendDelay:fileManager:requestManager:requestBuilder:rateLimits:envelopeRateLimit:dispatchQueueWrapper:]...

It happened after I upgraded from` "@sentry/react-native": "^5.16.0"` to `"@sentry/react-native": "^5.29.0"`. Which upgraded `Sentry/HybridSDK (= 8.17.1)` to `Sentry/HybridSDK (8.33.0)`. I tried to downgrade to `"@sentry/react-native": "5.27.0"`, which relies on `Sentry/HybridSDK...

I see different types of errors coming up here. Some people seem to have forgotten to switch over to using the new "Expo Config Plugin". ``` { "expo": { "plugins":...

As said, checkout the Example app in this repo and try to find what you're doing wrong. I just tested the Example on Android and it renders a test ad...

Why not upgrade to 0.76 and set old arch true. RN0.78 is already released. Removing the new EventEmitter blocks progress on this package.

@goxr3plus this won't be merged. You should update your React Native version or fork this PR in case you don't :)

@goxr3plus what would this PR fix about that? This PR re-introduces the legacy event emitter as the new EventEmitter is added in 0.76.2. You can test the example app for...

For error 3 you can do some investigation / logging in: https://github.com/invertase/react-native-google-mobile-ads/blob/main/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsConsentModule.java#L114 For the others I think you could simulate a bad network connection in Android Studio. You can find...

This needs priority now that iOS26 is released. Just updated Xcode and now all my IconButtons aren't aligned correctly anymore in the headers.