elasticio-keenio-logger
Simple helper library for recording errors and transactions in elastic.io to keen.io
Installation
npm install --save latheesan-k/elasticio-keenio-logger
Usage
- Setup your node.js env variables:
projectId
andwriteKey
- Load the library like this:
let logger = require('elasticio-keenio-logger');
Record Error
let recordErrorResult = logger;console;
Record Transaction
Coming soon~