sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Replace React Native Test Error Code Snippet with Sentry React Native Playground

Open krystofwoldrich opened this issue 10 months ago • 1 comments

Instead of showing a copy-paste snipped for testing the React Native Error Reporting, the wizard could inject a component, which would show a simple fullscreen playground with a Throw an Error button, similar to the web wizards and the /sentry page.

This page could be a sub-export of the SDK @sentry/react-native/playground.

import { showSentryPlayground } from '@sentry/react-native/playground'

showSentryPlayground();

https://github.com/user-attachments/assets/2d3df7ca-eae6-4d51-9f82-16f8c8e8d868

krystofwoldrich avatar Apr 14 '25 14:04 krystofwoldrich