Skip to content

[BUG] Page view loading time not correct #74

@RonCocoa

Description

@RonCocoa

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions