- Run
npm install
to install dependencies - Run
npm run build
to build project - Run
npx serve -s build
to serve built project - Open
http://localhost:3000
or any output URL from previous command - Open console you should see
beforeSend
log beforebeforeCapture
log, it is expected to be the opposite - Check the logged event in Sentry it is missing expected tag
ErrorBoundaryTag
Now remove Console integration and related dependency and redo the steps from 1, it should log in right order and expected tag is well added.