Socket
Socket
Sign inDemoInstall

@nlo/nuxt-application-insights

Package Overview
Dependencies
290
Maintainers
11
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nlo/nuxt-application-insights

AppInsights module for Nuxt3


Version published
Weekly downloads
442
increased by3.76%
Maintainers
11
Created
Weekly downloads
 

Readme

Source

Nuxt package for application insights

This is a temporary package that we use until the official module is updated to support the latest version of application insights.

Usage

Add this as a dependency

npm install @nlo/nuxt-application-insights

Add the module to your nuxt.config.ts

{
    modules: ['@nlo/nuxt-application-insights'],
}

Environment variables

  • NUXT_PUBLIC_NLO_APPLICATION_INSIGHTS_SERVER_CONNECTION_STRING The connection string for application insights (used for both server and client)

Development

  • Run npm run dev:prepare to generate type stubs.

Running the playground

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.

Keywords

FAQs

Last updated on 05 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc