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

Vue 3.0 support #11

Open
ux-engineer opened this issue Aug 25, 2020 · 6 comments
Open

Vue 3.0 support #11

ux-engineer opened this issue Aug 25, 2020 · 6 comments

Comments

@ux-engineer
Copy link

Have you been planning on upgrading to Vue 3.0?

Release Candidate period seem to be closing soon and official 3.0 should be out in a matter of a week or a few.

@ux-engineer
Copy link
Author

I'd need to acccess $appInsights from current Vue instance on a composable function with Vue Composition API.

import { getCurrentInstance } from '@vue/composition-api';
...
const root = getCurrentInstance();
console.debug('root', root);

However, I can't find $appInsights anywhere in this logged Vue instance.

PS. This might be different with actual Vue 3 release, as @vue/composition-api is for using this new advanced API as backported for using with Vue 2...

@ux-engineer
Copy link
Author

Now that Vue 3.0 has been marked as stable, how are you plans on upgrading for Vue 3.0 support?

@hasan-hasanov
Copy link

Are there any plans for this?

@orjan
Copy link

orjan commented May 5, 2022

Can we somehow help out so we can add support for vue 3?

@bas-a
Copy link

bas-a commented Dec 13, 2022

Any news on this topic?

@ebuzyuma
Copy link

If you still struggling and wondering, or just found this issue, there is now another package available with vue 3 support:

https://www.npmjs.com/package/vue3-application-insights

🥳

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

5 participants