Closed
Description
Summary from Abhi:
In my opinion short term I think we can just add more breadcrumbs for CLS, FCP like we do with LCP (we should dedupe so this is created regardless of using performance or replay). I assume CLS is the most important, so perhaps we can focus on that and skip FCP considering idk how useful FCP is for a replay where you can already visually see how page is being painted.
Update
these handlers are exposed in browser-utils
sentry-javascript/packages/browser-utils/src/metrics/instrument.ts
Lines 92 to 133 in 6f5dd50
### Tasks
- [x] Figure out why LCP breadcrumbs aren't showing up and fix
- [x] Add CLS Breadcrumb
- [x] Add FCP breacrumb
- [x] Add INP breadcrumb
- [x] Add browser integration tests for new replay breadcrumbs
- [ ] Add docs