-
Notifications
You must be signed in to change notification settings - Fork 8
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
Nuxt 3 Support #64
Comments
Hello team, so as it has no support for nuxt 3 will this module not work for even tracking errors? Is there any other module I can use for nuxt appinsight implementation with azure app insights? |
I believe huang-julien is working on the Nuxt 3 support for nuxt-applicationinsights |
Thanks for replying. I hope to see some repo reference for nuxt 3 so that use it as soon as possible :) Edited: Any update on this? |
Hi Team, Is there any update on it?
Please help us with your answers and Thanks for looking into it |
@huang-julien has this repo https://github.com/huang-julien/nuxt-applicationinsights, now sure how stable it is |
Hello @harlan-zw, appreciate your prompt engagement. I'm curious if we can integrate fundamental application insights, as outlined in this documentation: https://learn.microsoft.com/en-us/azure/azure-monitor/app/nodejs. It suggests installing the "applicationInsights" package, importing it into one of the project's startup files, and initiating Application Insights. Is this feasible even in a Nuxt 3 application? Thank you :) |
Hey there 👋 . Currently, installing applicationinsights requires a lot of manual tracking:
Some features are still missing on
It's still feasible to add |
Thank you so much clear explanation @huang-julien, by any chance do you have reference repository that you can share with us which had implemented the fundamental app insights with Nuxt 3 SSR enabled. we are facing issues while importing the packages and also while adding them as plugins |
When i add basic implementation as shown the Microsoft page, ApplicationInsights:Sender [ |
this issue is due to Unfortunately, I don't have any public repo with applicationinsights ATM. Well... except |
Hey 👋 It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that it only supports Nuxt 2.
If Nuxt 3 support is added it will be moved to the https://github.com/nuxt-modules organisation.
@aldarund Is Nuxt 3 support something you have planned? If not, perhaps we can find someone to help bring it to v3, otherwise, we can deprecate this module?
Please let us know and thanks for your work!
The text was updated successfully, but these errors were encountered: