Burak Yigit Kaya

Results 66 issues of 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

Type: Enhancement
Package: Overlay

### 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...

Type: Bug-confirmed
Package: Overlay

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....

Type: Enhancement
Package: Overlay

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

Type: Enhancement
Package: Overlay

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...

Type: Enhancement
Package: Overlay

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...

Type: Enhancement
Package: Overlay

Type: Enhancement
Package: Overlay

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...

Type: Documentation

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...

Type: Enhancement
Package: Overlay