@sentry/nextjs

v8.15.0
Official Sentry SDK for Next.js

fix

eslint . --format stylish --fix

lint

eslint . --format stylish

test

yarn test:unit

build

run-p build:transpile build:types

clean

rimraf build coverage sentry-nextjs-*.tgz

test:all

run-s test:unit test:integration

build:dev

yarn build

test:unit

jest

test:types

cd test/types && yarn test

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

vercel:branch

source vercel/set-up-branch-for-test-app-use.sh

vercel:project

source vercel/make-project-use-current-branch.sh

build:dev:watch

yarn build:watch

build:transpile

ts-node scripts/buildRollup.ts

build:types:core

tsc -p tsconfig.types.json

circularDepCheck

madge --circular src/index.client.ts && madge --circular src/edge/index.ts && madge --circular src/index.server.ts && madge --circular src/index.types.ts

test:integration

./test/run-integration-tests.sh && yarn test:types

build:types:watch

tsc -p tsconfig.types.json --watch

build:transpile:watch

nodemon --ext ts --watch src scripts/buildRollup.ts

build:types:downlevel

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

test:integration:clean

(cd test/integration && rimraf .cache node_modules build)

test:integration:client

yarn playwright test test/integration/test/client/

test:integration:server

(cd test/integration && yarn test:server)
npm i @sentry/[email protected]

Metadata

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

Downloads