@exceptionless/core

v3.0.1
JavaScript client for Exceptionless
exceptionless error feature logging tracking reporting

build

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

watch

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

test

jest

test:watch

jest --watch
npm i @exceptionless/[email protected]

Metadata

Downloads

Maintainers