sentry-javascript
sentry-javascript copied to clipboard
Server routing tracing
Solution brainstorm: These go through the server entry point. So I think we can just start a span in our provided wrapper and attach any relevant meta data.
Tests: Need to add tests that routes are now reporting spans.
TODO: Do we even have to do anything here or is everything here already handled by the Tanstack router integration?