### Description As mentioned in https://github.com/facebook/react-native/pull/51737 (PR fixing TS types for the mentioned functions) and https://github.com/react-native-community/discussions-and-proposals/pull/894 (RFC about removing deep RN Core imports). - https://github.com/facebook/react-native/pull/51737 - https://github.com/react-native-community/discussions-and-proposals/pull/894 ### Proposal - [ ] `parseErrorStack` should be easily replaced by Sentry Core SDK parsing functions. - [ ] `symbolicateStackTrace` makes a network request to the `/symbolicate` endpoint, this can be replaced by a custom `__sentry/symbolicate`
Description
As mentioned in facebook/react-native#51737 (PR fixing TS types for the mentioned functions) and react-native-community/discussions-and-proposals#894 (RFC about removing deep RN Core imports).
react-nativereact-native-community/discussions-and-proposals#894Proposal
parseErrorStackshould be easily replaced by Sentry Core SDK parsing functions.symbolicateStackTracemakes a network request to the/symbolicateendpoint, this can be replaced by a custom__sentry/symbolicate