Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applicationinsights-js is depricated new version is applicationinsights-web #16

Open
Simonl9l opened this issue Dec 1, 2020 · 2 comments

Comments

@Simonl9l
Copy link

Simonl9l commented Dec 1, 2020

I seem to be getting a failed to load resource https://dc.services.visualstudio.com/v2/track error.

Apparently given some google searches tis is related to the deprecated applicationinsights-js.

The new repo is here

Is there any intent to update the dependency ?

Thanks!

@200sOnly
Copy link
Owner

200sOnly commented Dec 1, 2020 via email

@Simonl9l
Copy link
Author

Simonl9l commented Dec 3, 2020

This code has been running fine for over 12 months...

code is thus:

Vue.use(Meter, {
  id: process.env.VUE_APP_APPLICATION_INSIGHTS_KEY,
  applicationName: `${process.env.VUE_APP_APPLICATION_INSIGHTS_NAME}`,
  router,
  trackingConfiguration
});

The key in the .env file is validated as correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants