@exceptionless/node

v2.0.0-alpha3
JavaScript client for Exceptionless
exceptionless error feature logging tracking reporting node

build

tsc -p tsconfig.json && esbuild src/index.ts --bundle --sourcemap --platform=node --target=node12 --format=cjs --outfile=dist/index.bundle.js

watch

tsc -p ../core/tsconfig.json -w --preserveWatchOutput & tsc -p tsconfig.json -w --preserveWatchOutput & esbuild src/index.ts --bundle --platform=node --sourcemap --target=node12 --format=cjs --watch --outfile=dist/index.bundle.js

test

jest
npm i @exceptionless/[email protected]

Metadata

Downloads

Maintainers