We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I seem to be getting a failed to load resource https://dc.services.visualstudio.com/v2/track error.
failed to load resource https://dc.services.visualstudio.com/v2/track
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!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: