This is a temporary package that we use until the official module is updated to support the latest version of application insights.
Add this as a dependency
npm install @nlo/nuxt-application-insights
Add the module to your nuxt.config.ts
{
modules: ['@nlo/nuxt-application-insights'],
}
-
NUXT_PUBLIC_NLO_APPLICATION_INSIGHTS_SERVER_CONNECTION_STRING
The connection string for application insights (used for both server and client)
- Run
npm run dev:prepare
to generate type stubs.
The playground is a Nuxt application that allows you to try out your feature within this repository.
- Use
npm run dev
to start playground in development mode.