taglog-nodejs-client
v0.0.17
Published
taglog.io nodejs connection client
Downloads
37
Readme
taglog-nodejs-client
Install
npm install --save taglog-nodejs-client
Usage
import { taglogInit } from 'taglog-nodejs-client'
function TestComponent() {
const { captureInfo } = taglogInit({
accessKey: '{accessKeyHere}',
defaultChannel: '{testChannelKey}'
options: {
captureConsole: false,
}
})
}
License
MIT © dusanpetkovicdsaga