@sentry/vercel-edge

v8.35.0-beta.0
Offical Sentry SDK for the Vercel Edge Runtime

build

run-p build:transpile build:types

build:dev

yarn build

build:transpile

rollup -c rollup.npm.config.mjs

build:types

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

build:types:core

tsc -p tsconfig.types.json

build:types:downlevel

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

build:watch

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

build:dev:watch

yarn build:watch

build:transpile:watch

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

build:types:watch

tsc -p tsconfig.types.json --watch

build:tarball

npm pack

circularDepCheck

madge --circular src/index.ts

clean

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

fix

eslint . --format stylish --fix

lint

eslint . --format stylish

test

vitest run

test:watch

vitest --watch

yalc:publish

yalc publish --push --sig
npm i @sentry/vercel-edge

Metadata

  • MIT
  • >=14.18
  • Sentry
  • released 10/15/2024

Downloads