Manoel Aranda Neto
Manoel Aranda Neto
@krystofwoldrich can you actually do `instanceof` with https://github.com/facebook/react-native/blob/af99a6890b84713d002fbbd872f10fe2e6304861/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common/JavascriptException.java#L18 ?
> @marandaneto I'm not sure because we are doing the check on the SentryException not on the original Exception. Is there a way to get the original in `beforeSend`? yes,...
Consider even using https://docs.sentry.io/platforms/android/configuration/options/#ignored-exceptions-for-type Maybe probably easier than `beforeSend`.
@smallbrownbike can you redeploy vercel so we can check the preview? thanks.
 @joethreepwood something did not work here.
works for web and node, assuming this will work for the web workers too since all I've done is to add extra checks for the window and fetch objects. totally...
@ioannisj does iOS provide something that syncs the clock or is it synced already? eg https://github.com/instacart/TrueTime.swift and https://github.com/comyar/Chronos-Swift
> Chronos-Swift seems a bit unrelated? @ioannisj linked the wrong (super old) one https://github.com/MobileNativeFoundation/Kronos > So the solution should be an NTP which also has the limitations of handling network...
You can probably leverage https://developer.android.com/jetpack/androidx/releases/tracing and get inspiration from https://github.com/square/papa/tree/main/papa-safetrace The data has to be transformed to the OTel protocol of course
since there will be multiple PRs, lets create a new branch? its likely a major bump.