0.0.4 • Published 2 years ago

@trywatchman/watchman v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Watchman

This package allows you to easily catch errors in your code with Watchman

NB: You need to have a Watchman account to use this package. Sign up at https://www.trywatchman.com/

Installation

npm install watchman

Usage

import Watchman from 'watchman'

const watchman = new Watchman('your-api-key', 'your-environment')

async function doSomething() {
    try {
        // doing something
    } catch (error) {
        watchman.capture(error)
    }
}
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago