errorlogsjs
v1.1.0
Published
Library to using ErrorLogs service
Downloads
4
Readme
Errorlogs app
How to use
- Install dependencies
npm install --save errorlogsjs
- Go to errorlogs page and create account
- Verify email address
- Login to dashboard
- Create new project
- Copy API token and use it on code.
- All errors catches will show on dashboard in your project
Example code
var ErrorLogs = require('errorlogsjs')
const ApiKey = ''
const errorLogs = new ErrorLogs(ApiKey);
// On catch error execure this method
errorLogs.createLog('error message', 'stact trace as string')
Problems?
If you have a problem with library or using web app report it here