0.0.4 • Published 12 months ago

@trywatchman/watchman v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago