0.8.0 • Published 14 days ago

nitro-applicationinsights v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

nitro-applicationinsights

npm version

Application insight module for Nitro

Current features

  • application insights configuration at startup
  • utilities for dependency correlation
  • auto-track requests
  • correlate traces to requests

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.

0.8.0

14 days ago

0.7.0

21 days ago

0.6.0

2 months ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

3 months ago

0.3.1

5 months ago

0.3.0

6 months ago

0.2.0

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago