We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26ea2a2 + 09b7d22 commit a542d64Copy full SHA for a542d64
articles/azure-monitor/app/javascript.md
@@ -37,6 +37,7 @@ const appInsights = new ApplicationInsights({ config: {
37
/* ...Other Configuration Options... */
38
} });
39
appInsights.loadAppInsights();
40
+appInsights.trackPageView(); // Manually call trackPageView to establish the current user/session/pageview
41
```
42
43
### Snippet based setup
0 commit comments