Burak Yigit Kaya
Burak Yigit Kaya
Kind of a spin-off from #543. Sentry already has cache miss ratio graphs and there's no reason for Spotlight to not have this. Also related: #651
### Steps to Reproduce 1. Launch Spotlight in dev mode: `pnpm dev` 2. Open the browser for Spotlight web UI 3. Go to fixtures directory: `cd packages/overlay/_fixtures` 4. Inject all...
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...
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...
When we take over Django error page, or Vite error pages, we show the relevant error automatically. It would be great if we could do the same for traces: when...