You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(performance): Updates Web Vitals issue detection to consolidate lcp, fcp, and ttfb into a single issue (#103272)
LCP, FCP, and TTFB issues often share similar root causes and fixes when
analyzed by Seer. To reduce duplicate similar issues, updates Web Vitals
issue detection to consolidate low LCP, FCP, and TTFB scores into a
single `rendering` grouping/fingerprint.
- Slightly changes issue event tags to support this. Each web vital
score and value is stored as its own tag on the issue event.
- The trace sample for the event is the p75 sample chosen from the worst
scoring vital.
- Slight change to title and subtitle generation (this will likely be
replaced in a separate pr for further title improvement)
0 commit comments