spotlight
spotlight copied to clipboard
Your Universal Debug Toolbar
We now have support for profiles (#565) and will have support for continuous profiling (#567) so we'd better have an aggregate profile view, where a flamegraph is the industry standard....
Our JS SDK started emitting `previous_trace` with version 9.9.0 recently. We should look into leveraging this. More info https://github.com/getsentry/rfcs/blob/main/text/0141-linking-traces.md#setting-previous_trace-span-links
In the newly added trace/span search we should: 1. Focus on / scroll to view the first matched span on the initial search (or when hitting enter) 2. Add buttons...
When we have similar spans repeated or nested, the trace view becomes hard to navigate. We should invest in span grouping based on heuristics and show them hidden/collapsed by default...
In something akin to a Next.js app, all errors will show "JS", and its quite hard at a glance to know if somethings in the UI or on the server.
We need to concretely define how we plan to approach getting this a v1 and push adoption. 1. Define goal 2. Define measuring stick 3. Define near term objective, blockers,...
Spotlight is a great tool, but one thing that would help me is being able to see the SDK logs on spotlight. With this feature, I'd be able to only...
Sentry Issue: [SPOTLIGHT-CLI-5](https://sentry.sentry.io/issues/6139561861/?referrer=github_integration) ``` SyntaxError: Unexpected token '', "�$`"... is not valid JSON at JSON.parse () at up (/assets/main.js:110:48527) at Jw (/assets/main.js:110:48790) at Object.processEvent (/assets/main.js:110:47931) at iS (/assets/main.js:67:22771) ... (2...
We need a checklist to make sure each SDK is in great shape for Spotlight integration. Will keep updating this list below: - Ensure the SDK can be initialized without...