Guide

Getting Started

Get applicationinsights on nitro in a few minutes.

Getting Started

Get applicationinsights on nitro in a few minutes.

Play online

You can start playing with nitro-applicationinsights in your browser using Stackblitz:

Play on StackBlitz

Install it on your project

  1. Add the module to your dependencies
npm install nitro-applicationinsights
  1. Add the module into your config
nitro.config.ts
export default defineNitroConfig({
  modules: ['nitro-applicationinsights']
})