@sentry/vercel-edge
Advanced tools
@@ -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. |
+3
-3
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 47 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 47 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1615763
0.47%10657
0.82%2
100%146
1.39%+ Added
- Removed
Updated