@sentry/vercel-edge
Advanced tools
Comparing version 7.80.2-alpha.1 to 7.81.0
@@ -6,5 +6,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const sdk = require('./sdk.js'); | ||
const wintercgFetch = require('./integrations/wintercg-fetch.js'); | ||
const INTEGRATIONS = { | ||
...core.Integrations, | ||
...wintercgFetch.WinterCGFetch, | ||
}; | ||
@@ -11,0 +13,0 @@ |
@@ -7,2 +7,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const client = require('./client.js'); | ||
const wintercgFetch = require('./integrations/wintercg-fetch.js'); | ||
const index = require('./transports/index.js'); | ||
@@ -17,2 +18,3 @@ const vercel = require('./utils/vercel.js'); | ||
new core.Integrations.LinkedErrors(), | ||
new wintercgFetch.WinterCGFetch(), | ||
]; | ||
@@ -19,0 +21,0 @@ |
@@ -5,5 +5,7 @@ import { Integrations } from '@sentry/core'; | ||
export { defaultIntegrations, init } from './sdk.js'; | ||
import { WinterCGFetch } from './integrations/wintercg-fetch.js'; | ||
const INTEGRATIONS = { | ||
...Integrations, | ||
...WinterCGFetch, | ||
}; | ||
@@ -10,0 +12,0 @@ |
@@ -5,2 +5,3 @@ import { Integrations, getIntegrationsToSetup, initAndBind } from '@sentry/core'; | ||
import { VercelEdgeClient } from './client.js'; | ||
import { WinterCGFetch } from './integrations/wintercg-fetch.js'; | ||
import { makeEdgeTransport } from './transports/index.js'; | ||
@@ -15,2 +16,3 @@ import { getVercelEnv } from './utils/vercel.js'; | ||
new Integrations.LinkedErrors(), | ||
new WinterCGFetch(), | ||
]; | ||
@@ -17,0 +19,0 @@ |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.80.2-alpha.1", | ||
"version": "7.81.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -26,5 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.80.2-alpha.1", | ||
"@sentry/types": "7.80.2-alpha.1", | ||
"@sentry/utils": "7.80.2-alpha.1" | ||
"@sentry-internal/tracing": "7.81.0", | ||
"@sentry/core": "7.81.0", | ||
"@sentry/types": "7.81.0", | ||
"@sentry/utils": "7.81.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
@@ -10,2 +10,3 @@ export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
declare const INTEGRATIONS: { | ||
id: string; | ||
FunctionToString: typeof CoreIntegrations.FunctionToString; | ||
@@ -12,0 +13,0 @@ InboundFilters: typeof CoreIntegrations.InboundFilters; |
import { Integrations as CoreIntegrations } from '@sentry/core'; | ||
import { WinterCGFetch } from './integrations/wintercg-fetch'; | ||
import { VercelEdgeOptions } from './types'; | ||
export declare const defaultIntegrations: (CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[]; | ||
export declare const defaultIntegrations: (WinterCGFetch | CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[]; | ||
/** Inits the Sentry NextJS SDK on the Edge Runtime. */ | ||
@@ -5,0 +6,0 @@ export declare function init(options?: VercelEdgeOptions): void; |
@@ -10,2 +10,3 @@ export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
declare const INTEGRATIONS: { | ||
id: string; | ||
FunctionToString: typeof CoreIntegrations.FunctionToString; | ||
@@ -12,0 +13,0 @@ InboundFilters: typeof CoreIntegrations.InboundFilters; |
import { Integrations as CoreIntegrations } from '@sentry/core'; | ||
import { WinterCGFetch } from './integrations/wintercg-fetch'; | ||
import type { VercelEdgeOptions } from './types'; | ||
export declare const defaultIntegrations: (CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[]; | ||
export declare const defaultIntegrations: (WinterCGFetch | CoreIntegrations.InboundFilters | CoreIntegrations.FunctionToString | CoreIntegrations.LinkedErrors)[]; | ||
/** Inits the Sentry NextJS SDK on the Edge Runtime. */ | ||
@@ -5,0 +6,0 @@ export declare function init(options?: VercelEdgeOptions): 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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
121186
58
1237
0
4
+ Added@sentry-internal/tracing@7.81.0(transitive)
+ Added@sentry/core@7.81.0(transitive)
+ Added@sentry/types@7.81.0(transitive)
+ Added@sentry/utils@7.81.0(transitive)
- Removed@sentry/core@7.80.2-alpha.1(transitive)
- Removed@sentry/types@7.80.2-alpha.1(transitive)
- Removed@sentry/utils@7.80.2-alpha.1(transitive)
Updated@sentry/core@7.81.0
Updated@sentry/types@7.81.0
Updated@sentry/utils@7.81.0