Slide 5 of 8

Frontend observability overview

What you get

CapabilityDescription
Core Web VitalsLCP, FID, CLS (Google’s UX metrics)
Page load performanceNavigation timing, resource loading
JavaScript errorsCapture and trace frontend exceptions
Performance alertsAlert when Core Web Vitals degrade
User sessionsTrack user journeys and interactions
Trace contextConnect frontend actions to backend traces
Geographic performanceSee performance by region

Questions answered

With Frontend Observability, you can answer…
Why are users in Europe experiencing slower load times?
What JavaScript errors are affecting my checkout page?
Which pages have the worst Core Web Vitals scores?
What did the user do before this error occurred?
How does my real user performance compare to synthetic tests?

Problems solved

ProblemSolution
Users report “slow” but backend looks fineSee actual browser performance.
JavaScript errors go unnoticedAutomatic error capture with context
Can’t connect frontend to backend issuesTrace propagation links the full journey.
No visibility into real user experienceRUM metrics from actual users

The full picture

Frontend to backend trace flow showing browser interaction through to database

Script

Here’s a frustrating scenario: users are complaining that the site is slow, but all your backend metrics look fine. What’s going on?

Frontend Observability gives you the answer by monitoring what users actually experience in their browsers. This is Real User Monitoring, or RUM. It captures real performance data from real user sessions.

You get Core Web Vitals. These are Google’s standardized metrics for user experience, things like Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift. You see page load timing, JavaScript errors, and even session recordings.

The magic happens when you connect frontend to backend. A user clicks a button, that generates a trace that flows all the way through your services and back. Now when someone reports “it was slow,” you can see exactly what they experienced and trace it through to the root cause.

This is particularly powerful for geographic issues. Why are users in Europe slower than users in the US? Frontend Observability shows you.