This is a sample project I used to start on the initial PR for integrating Tanstack Router more deeply into Sentry for React.
touch .env- Set
VITE_SENTRY_DSN=your-sentry-dsnin.envto an example or existing Sentry project you'd like to test this with. npm install --include=devnpm run dev- Now visit the server on
localhost:4000. To get more in-depth examples, manually visitlocalhost:4000/postsand click around. You should be able to see stuff working in the logs.