-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description/Screenshot
We are using trackPageView function to upload the page view data into the application insight. Data has been updates as expected but the page loading time seem to be constant for all the pages. Page loading time is not real. We are using react function to create the components. We are not following the class structure.
- OS/Browser: ALL
- React Version: 18.2.0
- SDK Version [e.g. 22]: 17.0.0
- How you initialized the SDK:
var reactPlugin = new ReactPlugin();
var appInsights = new ApplicationInsights({
config: {
instrumentationKey: 'YOUR_INSTRUMENTATION_KEY_GOES_HERE',
extensions: [reactPlugin]
}
}
});
appInsights.loadAppInsights();
Expected behavior
Page view loading time should be actual time.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working