-SaiMallik Rameshwaram
WD401-level9 Add an error-tracking system to your React project: I used Sentry as an error-tracking system by following the below steps: Step 1-Making Sentry Account: I started by signing up for a Sentry account since I didn't have one already. Once signed up, I created a new project specifically for my React application within the Sentry dashboard. Step 2-Installing Sentry in the react project and setting up wizard: After setting up the project in Sentry, I installed the Sentry SDK in my React ...