Skip to content

Commit 1ae8485

Browse files
make pageloads 2 words
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 407cbf8 commit 1ae8485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/sentry-basics/performance-monitoring.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For basic frontend or backend performance monitoring, just turn on Tracing in yo
7171

7272
## How Performance Monitoring works under the hood
7373

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

7676
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
7777

0 commit comments

Comments
 (0)