@sentry/vercel-edge
Advanced tools
Comparing version 7.111.0 to 7.112.0
@@ -6,2 +6,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const sdk = require('./sdk.js'); | ||
const integrations = require('@sentry/integrations'); | ||
const wintercgFetch = require('./integrations/wintercg-fetch.js'); | ||
@@ -79,4 +80,13 @@ | ||
exports.init = sdk.init; | ||
exports.captureConsoleIntegration = integrations.captureConsoleIntegration; | ||
exports.contextLinesIntegration = integrations.contextLinesIntegration; | ||
exports.debugIntegration = integrations.debugIntegration; | ||
exports.dedupeIntegration = integrations.dedupeIntegration; | ||
exports.extraErrorDataIntegration = integrations.extraErrorDataIntegration; | ||
exports.httpClientIntegration = integrations.httpClientIntegration; | ||
exports.reportingObserverIntegration = integrations.reportingObserverIntegration; | ||
exports.rewriteFramesIntegration = integrations.rewriteFramesIntegration; | ||
exports.sessionTimingIntegration = integrations.sessionTimingIntegration; | ||
exports.winterCGFetchIntegration = wintercgFetch.winterCGFetchIntegration; | ||
exports.Integrations = Integrations; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,3 @@ import { Integrations as Integrations$1, RequestData } from '@sentry/core'; | ||
export { defaultIntegrations, getDefaultIntegrations, init } from './sdk.js'; | ||
export { captureConsoleIntegration, contextLinesIntegration, debugIntegration, dedupeIntegration, extraErrorDataIntegration, httpClientIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration } from '@sentry/integrations'; | ||
import { WinterCGFetch } from './integrations/wintercg-fetch.js'; | ||
@@ -7,0 +8,0 @@ export { winterCGFetchIntegration } from './integrations/wintercg-fetch.js'; |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.111.0", | ||
"version": "7.112.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -32,6 +32,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry-internal/tracing": "7.111.0", | ||
"@sentry/core": "7.111.0", | ||
"@sentry/types": "7.111.0", | ||
"@sentry/utils": "7.111.0" | ||
"@sentry-internal/tracing": "7.112.0", | ||
"@sentry/core": "7.112.0", | ||
"@sentry/integrations": "7.112.0", | ||
"@sentry/types": "7.112.0", | ||
"@sentry/utils": "7.112.0" | ||
}, | ||
@@ -38,0 +39,0 @@ "devDependencies": { |
@@ -8,2 +8,3 @@ export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
export { defaultIntegrations, getDefaultIntegrations, init, } from './sdk'; | ||
export { captureConsoleIntegration, dedupeIntegration, debugIntegration, extraErrorDataIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration, httpClientIntegration, contextLinesIntegration, } from '@sentry/integrations'; | ||
export { winterCGFetchIntegration } from './integrations/wintercg-fetch'; | ||
@@ -10,0 +11,0 @@ /** @deprecated Import the integration function directly, e.g. `inboundFiltersIntegration()` instead of `new Integrations.InboundFilter(). */ |
@@ -8,2 +8,3 @@ export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
export { defaultIntegrations, getDefaultIntegrations, init, } from './sdk'; | ||
export { captureConsoleIntegration, dedupeIntegration, debugIntegration, extraErrorDataIntegration, reportingObserverIntegration, rewriteFramesIntegration, sessionTimingIntegration, httpClientIntegration, contextLinesIntegration, } from '@sentry/integrations'; | ||
export { winterCGFetchIntegration } from './integrations/wintercg-fetch'; | ||
@@ -10,0 +11,0 @@ /** @deprecated Import the integration function directly, e.g. `inboundFiltersIntegration()` instead of `new Integrations.InboundFilter(). */ |
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
142342
1382
5
+ Added@sentry/integrations@7.112.0
+ Added@sentry-internal/tracing@7.112.0(transitive)
+ Added@sentry/core@7.112.0(transitive)
+ Added@sentry/integrations@7.112.0(transitive)
+ Added@sentry/types@7.112.0(transitive)
+ Added@sentry/utils@7.112.0(transitive)
+ Addedimmediate@3.0.6(transitive)
+ Addedlie@3.1.1(transitive)
+ Addedlocalforage@1.10.0(transitive)
- Removed@sentry-internal/tracing@7.111.0(transitive)
- Removed@sentry/core@7.111.0(transitive)
- Removed@sentry/types@7.111.0(transitive)
- Removed@sentry/utils@7.111.0(transitive)
Updated@sentry/core@7.112.0
Updated@sentry/types@7.112.0
Updated@sentry/utils@7.112.0