@logary/plugin-node
v6.0.0-beta.8
Published
A plugin for NodeJS that intercepts usage of http/https by default
Downloads
4
Maintainers
Readme
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