0.0.3 • Published 9 years ago

urqa4node v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

UrQA-Nodejs-Plugin

UrQA.io for Node.js Plugin

Getting Started

Install the module with: npm install urqa4node

Documentation

Activate Session Infomation

First, you need to send activate session infomation.

new UrQA().init({"apikey" : "apikey", "appversion" : "1.0"});

Send Error Data

After activating, you can send error infomation.

new UrQA().send("apikey", new Error('Hello World'));

License

Copyright (c) 2015 Dainel Park Licensed under the MIT license.

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago