- Run
npm installto install dependencies - Run
npm run buildto build project - Run
npx serve -s buildto serve built project - Open
http://localhost:3000or any output URL from previous command - Open console you should see
beforeSendlog beforebeforeCapturelog, 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.