1.1.0 • Published 5 years ago

errorlogsjs v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Errorlogs app

How to use

  1. Install dependencies npm install --save errorlogsjs
  2. Go to errorlogs page and create account
  3. Verify email address
  4. Login to dashboard
  5. Create new project
  6. Copy API token and use it on code.
  7. 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

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago