In this tutorial we are going to configure Sentry with source maps for a React app created with create-react-app. The app we are going to use in this tutorial will contain a form with an input and a submit button. When the form is submitted with some text, it throws an error.
Full article