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
Copy file name to clipboardexpand all lines: docs/product/sentry-basics/performance-monitoring.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ For basic frontend or backend performance monitoring, just turn on Tracing in yo
71
71
72
72
## How Performance Monitoring works under the hood
73
73
74
-
Instead of instrumenting pageloads with specific metrics at certain set intervals, ie.`onLoad`, `onUnload`, `onError`, etc., Sentry makes an effort to automatically instrument the libraries you rely on, providing detailed telemetry for Web Vitals, file I/O, network requests, and more. This lets you see the performance impact of every request, and any errors that occur during that request.
74
+
Instead of instrumenting page loads with specific metrics at certain set intervals, like`onLoad`, `onUnload`, `onError`, etc., Sentry makes an effort to automatically instrument the libraries you rely on, providing detailed telemetry for Web Vitals, file I/O, network requests, and more. This lets you see the performance impact of every request, and any errors that occur during that request.
75
75
76
76
This differs substantially from other performance monitoring tools that only capture *predefined* metrics with much less granularity. All your holistic metrics in Sentry are backed up by the raw tracing data, so you can drill into any specific request or operation to get a detailed view of its performance
0 commit comments