@sentry/node

v5.15.4
Offical Sentry SDK for Node.js

fix

run-s fix:tslint fix:prettier

lint

run-s lint:prettier lint:tslint

test

run-s test:jest test:express test:webpack

build

run-p build:es5 build:esm

clean

rimraf dist coverage

version

node ../../scripts/versionbump.js src/version.ts

build:es5

tsc -p tsconfig.build.json

build:esm

tsc -p tsconfig.esm.json

link:yarn

yarn link

test:jest

jest

fix:tslint

tslint --fix -t stylish -p .

test:watch

jest --watch

build:watch

run-p build:watch:es5 build:watch:esm

lint:tslint

tslint -t stylish -p .

fix:prettier

prettier --write "{src,test}/**/*.ts"

test:express

node test/manual/express-scope-separation/start.js

test:webpack

cd test/manual/webpack-domain/ && yarn && node npm-build.js

lint:prettier

prettier-check "{src,test}/**/*.ts"

build:watch:es5

tsc -p tsconfig.build.json -w --preserveWatchOutput

build:watch:esm

tsc -p tsconfig.esm.json -w --preserveWatchOutput

lint:tslint:json

tslint --format json -p . | tee lint-results.json
npm i @sentry/[email protected]

Metadata

Downloads