sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Validate Support for `react-native-tvos` APM

Open marandaneto opened this issue 3 years ago • 1 comments

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.

marandaneto avatar Jul 29 '22 06:07 marandaneto

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.

Screenshot 2022-07-29 at 13 57 37

Screenshot 2022-07-29 at 13 57 12

Screenshot 2022-07-29 at 14 00 34

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.

marandaneto avatar Jul 29 '22 12:07 marandaneto