I just created my-React-app and after doing npm run start I get the following error:
POST https://o104379.ingest.sentry.io/api/5495040/envelope/?sentry_key=31f33ef1a1a74d32a00749c3718b640d&sentry_version=7 403
After I did npm install --save @sentry/react @sentry/tracing
to try to fix it but still is not working. Any ideas on how to fix it?
Thanks