@sentry/vercel-edge
Advanced tools
Comparing version 7.91.0 to 7.92.0
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.91.0", | ||
"version": "7.92.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -12,2 +12,8 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
}, | ||
"files": [ | ||
"cjs", | ||
"esm", | ||
"types", | ||
"types-ts3.8" | ||
], | ||
"main": "cjs/index.js", | ||
@@ -27,6 +33,6 @@ "module": "esm/index.js", | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.91.0", | ||
"@sentry/core": "7.91.0", | ||
"@sentry/types": "7.91.0", | ||
"@sentry/utils": "7.91.0" | ||
"@sentry-internal/tracing": "7.92.0", | ||
"@sentry/core": "7.92.0", | ||
"@sentry/types": "7.92.0", | ||
"@sentry/utils": "7.92.0" | ||
}, | ||
@@ -33,0 +39,0 @@ "devDependencies": { |
@@ -11,3 +11,3 @@ export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
WinterCGFetch: typeof WinterCGFetch; | ||
RequestData: { | ||
RequestData: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -18,3 +18,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
FunctionToString: { | ||
FunctionToString: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -25,3 +25,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
InboundFilters: { | ||
InboundFilters: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -32,3 +32,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
LinkedErrors: { | ||
LinkedErrors: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -35,0 +35,0 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; |
@@ -11,3 +11,3 @@ export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
WinterCGFetch: typeof WinterCGFetch; | ||
RequestData: { | ||
RequestData: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -18,3 +18,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
FunctionToString: { | ||
FunctionToString: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -25,3 +25,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
InboundFilters: { | ||
InboundFilters: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -32,3 +32,3 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; | ||
}; | ||
LinkedErrors: { | ||
LinkedErrors: import("@sentry/types").Integration & { | ||
new (...args: any[]): import("@sentry/types").Integration & import("@sentry/types").IntegrationFnResult & { | ||
@@ -35,0 +35,0 @@ setupOnce: (addGlobalEventProcessor?: ((callback: import("@sentry/types").EventProcessor) => void) | undefined, getCurrentHub?: (() => import("@sentry/types").Hub) | undefined) => void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130770
+ Added@sentry-internal/tracing@7.92.0(transitive)
+ Added@sentry/core@7.92.0(transitive)
+ Added@sentry/types@7.92.0(transitive)
+ Added@sentry/utils@7.92.0(transitive)
- Removed@sentry-internal/tracing@7.91.0(transitive)
- Removed@sentry/core@7.91.0(transitive)
- Removed@sentry/types@7.91.0(transitive)
- Removed@sentry/utils@7.91.0(transitive)
Updated@sentry/core@7.92.0
Updated@sentry/types@7.92.0
Updated@sentry/utils@7.92.0