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/platforms/javascript/common/apis.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -722,10 +722,10 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
722
722
Signals to the Sentry SDK that the initial page was fully loaded.
723
723
Requires the <PlatformLinkto="/tracing/instrumentation/automatic-instrumentation/#enableReportPageLoaded">`enableReportPageLoaded` option</PlatformLink> in `browserTracingIntegration` to
724
724
be set to `true`. Once called, the SDK ends the pageload span automatically,
725
+
725
726
By default, the SDK takes care of ending the pageload span automatically, based on
726
727
a period of inactivity where no new child spans are added to the pageload trace.
727
-
728
-
You can use explicit pageload reporting if the inactivity heuristics of
728
+
You can alternatively use explicit pageload reporting if the inactivity heuristics of
729
729
`browserTracingIntegration` don't work well for your use case.
730
730
However, you must ensure that you call `reportPageLoaded` in every situation.
731
731
If `reportPageLoaded` is not called, the pageload span will be ended after 30 seconds
0 commit comments