sentry-react-native
sentry-react-native copied to clipboard
Validate Support for `react-native-tvos` APM
https://github.com/react-native-tvos/react-native-tvos https://reactnative.dev/docs/building-for-tv
It might work OOTB but it's never tested I guess. Ideally, we'd create an empty project and test it out first and find out if there are any open issues, and raise new issues to fix them.
I've created an empty project using the react-native-tvos/react-native-tvos template and added Sentry to it.
Called Sentry.captureMessage('test');, Sentry.captureException(e); and Sentry.nativeCrash();, all of them worked.


So I'm not sure if all the features work (built-in integrations, Native SDK features, etc...), but at least the basic support should be fine.