huang-julien / nitro-applicationinsights

Application insights plugin for nitro.
MIT License
10 stars 0 forks source link

nitro-applicationinsights

npm version

Application insight module for Nitro

Current features

Usage

Install package:

# npm
npm install nitro-applicationinsights

# yarn
yarn add nitro-applicationinsights

# pnpm
pnpm install nitro-applicationinsights

Add nitro-applicationinsights to the modules in your config.

export default defineNitroConfig({
    modules: ['nitro-applicationinsights']
})

Et voilà ! You now have application insights node for Nitro

Docs

Read more nitro-applicationinsights documentation

Development

License

Made with 💛

Published under MIT License.