Is anyone using application insights with Nuxt 3?
Does anyone have applications insights working with Nuxt to track and log on the client and server?
I'm having problems to setup it for the server and I'm not sure if it's related to the fact that the package doens't have support for ESM
I have created a nitro plugin, but when running the build preview I get an error saying that cannot find the module 'applicationinsights'
This is how we import the module and it's works on our Vue 3 SSR project
`
Thanks
I'm having problems to setup it for the server and I'm not sure if it's related to the fact that the package doens't have support for ESM
I have created a nitro plugin, but when running the build preview I get an error saying that cannot find the module 'applicationinsights'
This is how we import the module and it's works on our Vue 3 SSR project
`
Thanks