Skip to content

Commit 299f048

Browse files
authored
Update docs/platforms/javascript/common/apis.mdx
1 parent 1c458c8 commit 299f048

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/apis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,10 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
722722
Signals to the Sentry SDK that the initial page was fully loaded.
723723
Requires the <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/#enableReportPageLoaded">`enableReportPageLoaded` option</PlatformLink> in `browserTracingIntegration` to
724724
be set to `true`. Once called, the SDK ends the pageload span automatically,
725+
725726
By default, the SDK takes care of ending the pageload span automatically, based on
726727
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
729729
`browserTracingIntegration` don't work well for your use case.
730730
However, you must ensure that you call `reportPageLoaded` in every situation.
731731
If `reportPageLoaded` is not called, the pageload span will be ended after 30 seconds

0 commit comments

Comments
 (0)