Application insight module for Nitro
- application insights configuration at startup
- auto-track requests
- nitro-opentelemetry runtime integration
Install package:
# npm npm install nitro-applicationinsights # yarn yarn add nitro-applicationinsights # pnpm pnpm install nitro-applicationinsightsAdd nitro-applicationinsights to the modules in your config.
export default defineNitroConfig({ modules: ['nitro-applicationinsights'] })Et voilà ! You now have application insights node for Nitro
You can read the documentation here
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.