Code Monkey home page Code Monkey logo

Comments (7)

zh-pan avatar zh-pan commented on June 15, 2024

image

image

Unfortunately, I used the latest example code ai.3.gbl.min.js and I got the same error.

from applicationinsights-js.

zh-pan avatar zh-pan commented on June 15, 2024

It is very strange that it is preceded by: f.queue = []

So why can't I access push?

I solved the error by doing this, but I don't know if there are any side effects.

(f.queue&&f.queue.push(xxx))

from applicationinsights-js.

MSNev avatar MSNev commented on June 15, 2024

Hmm, this looks like the "snippet" (SDK Loader code) and not the main SDK.
Which "version" of the snippet are you including, it's denoted by the value of the sv:"#" value in the code (not the ai.2.min.js, or ai.3.gbl.min.js)

The "uncompressed" version of sv:"6" is located here https://github.com/microsoft/ApplicationInsights-JS/blob/main/AISKU/snippet/snippet.js

And the current version (sv:"7") we converted into TypeScript and is located here https://github.com/microsoft/ApplicationInsights-JS/blob/main/tools/applicationinsights-web-snippet/src/snippet.ts, it is unexpected that the queue is not defined as this is "assigned" as an empty array on line 40 of the snippet.ts

So it seems there might be something else going on for the sequence where the default (initial) "instance" (created on lines 38..44) doesn't seem to be running.

from applicationinsights-js.

zh-pan avatar zh-pan commented on June 15, 2024

image

from applicationinsights-js.

zh-pan avatar zh-pan commented on June 15, 2024

Hmm, this looks like the "snippet" (SDK Loader code) and not the main SDK. Which "version" of the snippet are you including, it's denoted by the value of the sv:"#" value in the code (not the ai.2.min.js, or ai.3.gbl.min.js)

The "uncompressed" version of sv:"6" is located here https://github.com/microsoft/ApplicationInsights-JS/blob/main/AISKU/snippet/snippet.js

And the current version (sv:"7") we converted into TypeScript and is located here https://github.com/microsoft/ApplicationInsights-JS/blob/main/tools/applicationinsights-web-snippet/src/snippet.ts, it is unexpected that the queue is not defined as this is "assigned" as an empty array on line 40 of the snippet.ts

So it seems there might be something else going on for the sequence where the default (initial) "instance" (created on lines 38..44) doesn't seem to be running.

Thanks. I will test the snippet with the source code.

from applicationinsights-js.

zh-pan avatar zh-pan commented on June 15, 2024

I think it like the line:

from applicationinsights-js.

MSNev avatar MSNev commented on June 15, 2024

Yes, that is the line I would expect matches the minified above, but, I would not expect the queue to be undefined...

@siyuniu-ms Can you see if you can reproduce this issue.

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.