Package Exports
- nitro-applicationinsights
Readme
nitro-applicationinsights
Application insight plugin for Nitro
Current features
- application insights configuration at startup
- utilities for dependency correlation
- auto-track requests
- correlate trace to requests
Usage
Install package:
# npm
npm install nitro-applicationinsights
# yarn
yarn add nitro-applicationinsights
# pnpm
pnpm install nitro-applicationinsights
Re-export the plugin within a plugin file:
export { default } from "nitro-applicationinsights";
Et voilà ! You now have application insights node for Nitro
Docs
Read more nitro-applicationinsights documentation
Development
- 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
License
Made with 💛
Published under MIT License.