@sentry/vercel-edge

v8.33.1
Offical Sentry SDK for the Vercel Edge Runtime

fix

eslint . --format stylish --fix

lint

eslint . --format stylish

test

vitest run

build

run-p build:transpile build:types

clean

rimraf build coverage sentry-vercel-edge-*.tgz

build:dev

yarn build

test:watch

vitest --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 10/3/2024

Downloads