@exceptionless/core

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

build

tsc -p tsconfig.json && esbuild src/index.ts --bundle --sourcemap --target=es2017 --format=esm --outfile=dist/index.bundle.js && esbuild src/index.ts --bundle --minify --sourcemap --target=es2019 --format=esm --outfile=dist/index.bundle.min.js

watch

tsc -p tsconfig.json -w --preserveWatchOutput & esbuild src/index.ts --bundle --sourcemap --target=es2017 --format=esm --watch --outfile=dist/index.bundle.js

test

jest
npm i @exceptionless/[email protected]

Metadata

Downloads

Maintainers