@sentry/profiling-node

v7.103.0
Official Sentry SDK for Node.js Profiling

fix

eslint . --format stylish --fix

lint

yarn lint:eslint && yarn lint:clang

test

cross-env SENTRY_PROFILER_BINARY_DIR=lib jest --config jest.config.js

build

yarn build:lib && yarn build:bindings:configure && yarn build:bindings

clean

rm -rf build && rm -rf lib

install

node scripts/check-build.js

lint:fix

yarn fix:eslint && yarn fix:clang

build:dev

yarn clean && yarn build:bindings:configure && yarn build

build:lib

yarn build:types && rollup -c rollup.npm.config.mjs

lint:clang

node clang-format.js

test:watch

cross-env SENTRY_PROFILER_BINARY_DIR=build jest --watch

build:types

tsc -p tsconfig.types.json && yarn build:types:downlevel

build:watch

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

lint:eslint

eslint . --format stylish

test:bundle

node test-binaries.esbuild.js

build:tarball

npm pack

build:bindings

node-gyp build && node scripts/copy-target.js

lint:fix:clang

node clang-format.js --fix

build:transpile

yarn build:bindings:configure && yarn build:bindings && yarn build:lib

build:types:watch

tsc -p tsconfig.types.json --watch

build:bindings:arm64

node-gyp build --arch=arm64 && node scripts/copy-target.js

build:transpile:watch

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

build:types:downlevel

yarn downlevel-dts lib/types lib/types-ts3.8 --to ts3.8

build:bindings:configure

node-gyp configure

build:bindings:configure:arm64

node-gyp configure --arch=arm64 --target_arch=arm64
npm i @sentry/[email protected]

Metadata

  • MIT
  • >=8.0.0
  • Sentry
  • released 2/27/2024

Downloads