@sentry/node

v8.20.0
Sentry Node SDK using OpenTelemetry for performance instrumentation

fix

eslint . --format stylish --fix

lint

eslint . --format stylish

test

yarn test:jest

build

run-p build:transpile build:types

clean

rimraf build coverage sentry-node-*.tgz

build:dev

yarn build

test:jest

jest

test:watch

jest --watch

build:types

run-s build:types:core build:types:downlevel

build:watch

run-p build:transpile:watch build:types:watch

yalc:publish

yalc publish --push --sig

build:tarball

npm pack

build:dev:watch

yarn build:watch

build:transpile

rollup -c rollup.npm.config.mjs

build:types:core

tsc -p tsconfig.types.json

circularDepCheck

madge --circular src/index.ts

build:types:watch

tsc -p tsconfig.types.json --watch

build:transpile:watch

rollup -c rollup.npm.config.mjs --watch

build:types:downlevel

yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8
npm i @sentry/[email protected]

Metadata

  • MIT
  • >=14.18
  • Sentry
  • released 7/24/2024

Downloads