@sentry/vercel-edge
Advanced tools
Comparing version 7.102.1 to 7.103.0
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.102.1", | ||
"version": "7.103.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -32,6 +32,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.102.1", | ||
"@sentry/core": "7.102.1", | ||
"@sentry/types": "7.102.1", | ||
"@sentry/utils": "7.102.1" | ||
"@sentry-internal/tracing": "7.103.0", | ||
"@sentry/core": "7.103.0", | ||
"@sentry/types": "7.103.0", | ||
"@sentry/utils": "7.103.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -13,6 +13,3 @@ export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
setupOnce: () => void; | ||
}> & (new (options?: { | ||
breadcrumbs: boolean; | ||
shouldCreateSpanForRequest?: ((url: string) => boolean) | undefined; | ||
} | undefined) => import("@sentry/types").Integration); | ||
}> & (new (options?: Partial<import("./integrations/wintercg-fetch").Options> | undefined) => import("@sentry/types").Integration); | ||
RequestData: import("@sentry/types").IntegrationClass<import("@sentry/types").Integration & { | ||
@@ -19,0 +16,0 @@ processEvent: (event: import("@sentry/types").Event, hint: import("@sentry/types").EventHint, client: import("@sentry/types").Client<import("@sentry/types").ClientOptions<import("@sentry/types").BaseTransportOptions>>) => import("@sentry/types").Event; |
@@ -22,7 +22,4 @@ import { Integration, IntegrationClass } from '@sentry/types'; | ||
setupOnce: () => void; | ||
}> & (new (options?: { | ||
breadcrumbs: boolean; | ||
shouldCreateSpanForRequest?: ((url: string) => boolean) | undefined; | ||
} | undefined) => Integration); | ||
}> & (new (options?: Partial<Options>) => Integration); | ||
export type WinterCGFetch = typeof WinterCGFetch; | ||
//# sourceMappingURL=wintercg-fetch.d.ts.map |
@@ -13,6 +13,3 @@ export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
setupOnce: () => void; | ||
}> & (new (options?: { | ||
breadcrumbs: boolean; | ||
shouldCreateSpanForRequest?: ((url: string) => boolean) | undefined; | ||
} | undefined) => import("@sentry/types").Integration); | ||
}> & (new (options?: Partial<import("./integrations/wintercg-fetch").Options> | undefined) => import("@sentry/types").Integration); | ||
RequestData: import("@sentry/types").IntegrationClass<import("@sentry/types").Integration & { | ||
@@ -19,0 +16,0 @@ processEvent: (event: import("@sentry/types").Event, hint: import("@sentry/types").EventHint, client: import("@sentry/types").Client<import("@sentry/types").ClientOptions<import("@sentry/types").BaseTransportOptions>>) => import("@sentry/types").Event; |
@@ -22,7 +22,4 @@ import type { Integration, IntegrationClass } from '@sentry/types'; | ||
setupOnce: () => void; | ||
}> & (new (options?: { | ||
breadcrumbs: boolean; | ||
shouldCreateSpanForRequest?: ((url: string) => boolean) | undefined; | ||
} | undefined) => Integration); | ||
}> & (new (options?: Partial<Options>) => Integration); | ||
export type WinterCGFetch = typeof WinterCGFetch; | ||
//# sourceMappingURL=wintercg-fetch.d.ts.map |
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
Sorry, the diff of this file is not supported yet
137712
1362
+ Added@sentry-internal/tracing@7.103.0(transitive)
+ Added@sentry/core@7.103.0(transitive)
+ Added@sentry/types@7.103.0(transitive)
+ Added@sentry/utils@7.103.0(transitive)
- Removed@sentry-internal/tracing@7.102.1(transitive)
- Removed@sentry/core@7.102.1(transitive)
- Removed@sentry/types@7.102.1(transitive)
- Removed@sentry/utils@7.102.1(transitive)
Updated@sentry/core@7.103.0
Updated@sentry/types@7.103.0
Updated@sentry/utils@7.103.0