Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 559 Bytes

File metadata and controls

35 lines (19 loc) · 559 Bytes

Logo

Dogger JS SDK

Package to automatically monitor your app and send not handled errors to your dogger dashboard.

Features

  • Unhandled errors monitoring
  • Tasks performances

Installation

Package need to be installed via npm with this command:

npm i dogger-sdk

Usage/Examples

import { init as initDogger } from "dogger-sdk";

initDogger({
    key: "DOGGER-PROJECT-KEY",
    'env' => 'dev' // or: prod | dev | custom-env
});