2.0.3 • Published 3 years ago

centinela-sdk v2.0.3

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

Centinela Sdk

Installation

npm i centinela-sdk

Install version 2.0.0 or higher

How to use

  1. From centinale homepage generte an api token
  2. Init sdk
const centinelaSdk = require('centinela-sdk')

centinelaSdk.init(API_KEY, organizationId)
  1. Send errors
const centinelaSdk = require('centinela-sdk')

centinelaSdk.sendError(errorName,errorDescription, errorSeverity).catch(e => console.error(e))

Severity can go from 1 to 4

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago