nitro-applicationinsights
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

nitro-applicationinsights

npm version

Application insight module for Nitro

Current features

  • application insights configuration at startup
  • auto-track requests
  • nitro-opentelemetry runtime integration

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

  • 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.

Package Sidebar

Install

npm i nitro-applicationinsights

Weekly Downloads

1,359

Version

1.1.2

License

MIT

Unpacked Size

25.2 kB

Total Files

10

Last publish

Collaborators

  • huang-julien