You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@sentry/vercel-edge

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vercel-edge - npm Package Compare versions

Comparing version
10.38.0
to
10.39.0-alpha.0
+1
-1
build/esm/package.json

@@ -1,1 +0,1 @@

{"type":"module","version":"10.38.0","sideEffects":false}
{"type":"module","version":"10.39.0-alpha.0","sideEffects":false}

@@ -25,2 +25,12 @@ import { ClientOptions, Options, TracePropagationTargets } from '@sentry/core';

/**
* Override the runtime name reported in events.
* Defaults to 'vercel-edge' if not specified.
*
* @hidden This is primarily used internally to support platforms like OpenNext/Cloudflare.
*/
runtime?: {
name: string;
version?: string;
};
/**
* Specify a custom VercelEdgeClient to be used. Must extend VercelEdgeClient!

@@ -27,0 +37,0 @@ * This is not a public, supported API, but used internally only.

@@ -25,2 +25,12 @@ import type { ClientOptions, Options, TracePropagationTargets } from '@sentry/core';

/**
* Override the runtime name reported in events.
* Defaults to 'vercel-edge' if not specified.
*
* @hidden This is primarily used internally to support platforms like OpenNext/Cloudflare.
*/
runtime?: {
name: string;
version?: string;
};
/**
* Specify a custom VercelEdgeClient to be used. Must extend VercelEdgeClient!

@@ -27,0 +37,0 @@ * This is not a public, supported API, but used internally only.

{
"name": "@sentry/vercel-edge",
"version": "10.38.0",
"version": "10.39.0-alpha.0",
"description": "Official Sentry SDK for the Vercel Edge Runtime",

@@ -44,3 +44,3 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"@opentelemetry/resources": "^2.5.0",
"@sentry/core": "10.38.0"
"@sentry/core": "10.39.0-alpha.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

"@opentelemetry/semantic-conventions": "^1.39.0",
"@sentry/opentelemetry": "10.38.0"
"@sentry/opentelemetry": "10.39.0-alpha.0"
},

@@ -55,0 +55,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet