GithubHelp home page GithubHelp logo

Comments (1)

MSNev avatar MSNev commented on June 18, 2024 1

Yes, this is caused because the UserAgent is now frozen (the browser lies to us via the UA about which OS version it's running on).

And because this information is currently processed by the server it is only receiving the UA (it's not requesting the new Client hints) the best it can currently do is to identify this based on what is provided.

There are a couple of long term internal investigatings (on the client side) that we are planning which (might) help with this -- but I don't have any concrete dates on when the investigation will occur (this is to use the getHighEntrophyData() API (which is asynchronous (which will affect the initial page load), we have already updated the code to use the browser performance timings (rather than the JavaScript time) for reporting the initial page load (this was the first step), the next step is that due to the asynchronous nature of the getHighEntrophyData() call, to correctly "handle" the reporting we would have to delay the page view (even if you ask for it and call flush) -- this is not quite as straight forward as it sounds to do from a generic perspective.

from applicationinsights-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.