6.0.0-beta.8 • Published 4 years ago

@logary/plugin-node v6.0.0-beta.8

Weekly downloads
-
License
GPL3 / commercial
Repository
-
Last release
4 years ago

Logary JS — Node JS plugin

A plugin for NodeJS that intercepts usage of http/https by default

npm add @logary/plugin-node

Usage

In your logary.ts:

import node from '@logary/plugin-node'
const logary = getLogary({ ... }) // configure targets and Logary Analytics ID here
node(logary)
// more plugins here
export default logary