AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
276 stars 197 forks source link

Error: com.appsflyer.sdk.network after React Native upgrade to 0.72.4 !!! #500

Closed HunainHumail closed 6 months ago

HunainHumail commented 11 months ago

Report

Plugin Version

6.12.2

On what Platform are you having the issue?

IOS

What did you do?

Upgraded React Native version to 0.72.4

What did you expect to happen?

The appsflyer should work fine

What happened instead?

Error: com.appsflyer.sdk.network this error occurs in application

sorinrinse commented 8 months ago

It also happens for us, it seems like they bubble up every exception that happens so you have to be ready to catch any errors that they throw. This was learned the hard way, we had over 100k events on Sentry because of this.

Miti063 commented 4 months ago

Hi @sorinrinse What steps did you take to prevent errors from being logged on Sentry?