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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -721,7 +721,7 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
721
721
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
-
be set to `true`. Once called, the SDK ends the pageload span explicitly.
724
+
be set to `true`. Once called, the SDK ends the pageload span automatically,
725
725
By default, the SDK takes care of ending the pageload span automatically, based on
726
726
a period of inactivity where no new child spans are added to the pageload trace.
0 commit comments