Skip to content

Commit 51040d2

Browse files
authored
Improve wording in troubleshooting documentation
1 parent 9980d2f commit 51040d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-webpages-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The article explains certain issues that involve [Application Insights JavaScrip
1515

1616
This is by design when instrumenting Single Page Applications (SPA). See the following [GitHub issue](https://github.com/microsoft/ApplicationInsights-JS/issues/1139).
1717

18-
Different workarounds exist:
18+
Use any of the following workarounds, as appropriate:
1919

2020
- Manually calculate the duration between different route changes in the app, and feed that duration value into the trackPageView() method. See details [here](https://github.com/microsoft/ApplicationInsights-JS/issues/1139#issuecomment-566169033).
2121
- Use the startTrackPageView() and stopTrackPageView() methods as timers to calculate page load durations. See details [here](https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-web/classes/ApplicationInsights.html#startTrackPage).
22-
- Use sample app measuring duration for the SPA app. See details [here](https://github.com/microsoft/applicationinsights-react-js?tab=readme-ov-file#example-of-measuring-page-duration-in-an-spa).
22+
- Use sample app duration measuring for the SPA app. See details [here](https://github.com/microsoft/applicationinsights-react-js?tab=readme-ov-file#example-of-measuring-page-duration-in-an-spa).
2323
- Manually set an overridePageViewDuration value. See details [here](https://github.com/microsoft/ApplicationInsights-JS#:~:text=overridePageViewDuration).
2424

2525
## I'm getting the following error message: "Failed to get Request-Context correlation header as it may be not included in the response or not accessible"

0 commit comments

Comments
 (0)