@sentry/vercel-edge
Advanced tools
Comparing version 7.75.1 to 7.76.0
@@ -47,2 +47,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
exports.trace = core.trace; | ||
exports.withMonitor = core.withMonitor; | ||
exports.withScope = core.withScope; | ||
@@ -49,0 +50,0 @@ exports.VercelEdgeClient = client.VercelEdgeClient; |
import { Integrations } from '@sentry/core'; | ||
export { Hub, SDK_VERSION, Scope, addBreadcrumb, addGlobalEventProcessor, addIntegration, captureCheckIn, captureEvent, captureException, captureMessage, close, configureScope, continueTrace, createTransport, extractTraceparentData, flush, getActiveSpan, getActiveTransaction, getCurrentHub, getHubFromCarrier, lastEventId, makeMain, runWithAsyncContext, setContext, setExtra, setExtras, setMeasurement, setTag, setTags, setUser, spanStatusfromHttpCode, startInactiveSpan, startSpan, startSpanManual, startTransaction, trace, withScope } from '@sentry/core'; | ||
export { Hub, SDK_VERSION, Scope, addBreadcrumb, addGlobalEventProcessor, addIntegration, captureCheckIn, captureEvent, captureException, captureMessage, close, configureScope, continueTrace, createTransport, extractTraceparentData, flush, getActiveSpan, getActiveTransaction, getCurrentHub, getHubFromCarrier, lastEventId, makeMain, runWithAsyncContext, setContext, setExtra, setExtras, setMeasurement, setTag, setTags, setUser, spanStatusfromHttpCode, startInactiveSpan, startSpan, startSpanManual, startTransaction, trace, withMonitor, withScope } from '@sentry/core'; | ||
export { VercelEdgeClient } from './client.js'; | ||
@@ -4,0 +4,0 @@ export { defaultIntegrations, init } from './sdk.js'; |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "7.75.1", | ||
"version": "7.76.0", | ||
"description": "Offical Sentry SDK for the Vercel Edge Runtime", | ||
@@ -26,5 +26,5 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/core": "7.75.1", | ||
"@sentry/types": "7.75.1", | ||
"@sentry/utils": "7.75.1" | ||
"@sentry/core": "7.76.0", | ||
"@sentry/types": "7.76.0", | ||
"@sentry/utils": "7.76.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
export { AddRequestDataToEventOptions } from '@sentry/utils'; | ||
export { VercelEdgeOptions } from './types'; | ||
export { addGlobalEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, close, configureScope, createTransport, extractTraceparentData, flush, getActiveTransaction, getHubFromCarrier, getCurrentHub, Hub, lastEventId, makeMain, runWithAsyncContext, Scope, startTransaction, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, spanStatusfromHttpCode, trace, withScope, captureCheckIn, setMeasurement, getActiveSpan, startSpan, startInactiveSpan, startSpanManual, continueTrace, } from '@sentry/core'; | ||
export { addGlobalEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, close, configureScope, createTransport, extractTraceparentData, flush, getActiveTransaction, getHubFromCarrier, getCurrentHub, Hub, lastEventId, makeMain, runWithAsyncContext, Scope, startTransaction, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, spanStatusfromHttpCode, trace, withScope, captureCheckIn, withMonitor, setMeasurement, getActiveSpan, startSpan, startInactiveSpan, startSpanManual, continueTrace, } from '@sentry/core'; | ||
export { SpanStatusType } from '@sentry/core'; | ||
@@ -6,0 +6,0 @@ export { VercelEdgeClient } from './client'; |
export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, Span, StackFrame, Stacktrace, Thread, Transaction, User, } from '@sentry/types'; | ||
export type { AddRequestDataToEventOptions } from '@sentry/utils'; | ||
export type { VercelEdgeOptions } from './types'; | ||
export { addGlobalEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, close, configureScope, createTransport, extractTraceparentData, flush, getActiveTransaction, getHubFromCarrier, getCurrentHub, Hub, lastEventId, makeMain, runWithAsyncContext, Scope, startTransaction, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, spanStatusfromHttpCode, trace, withScope, captureCheckIn, setMeasurement, getActiveSpan, startSpan, startInactiveSpan, startSpanManual, continueTrace, } from '@sentry/core'; | ||
export { addGlobalEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, close, configureScope, createTransport, extractTraceparentData, flush, getActiveTransaction, getHubFromCarrier, getCurrentHub, Hub, lastEventId, makeMain, runWithAsyncContext, Scope, startTransaction, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, spanStatusfromHttpCode, trace, withScope, captureCheckIn, withMonitor, setMeasurement, getActiveSpan, startSpan, startInactiveSpan, startSpanManual, continueTrace, } from '@sentry/core'; | ||
export type { SpanStatusType } from '@sentry/core'; | ||
@@ -6,0 +6,0 @@ export { VercelEdgeClient } from './client'; |
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
92266
883
+ Added@sentry/core@7.76.0(transitive)
+ Added@sentry/types@7.76.0(transitive)
+ Added@sentry/utils@7.76.0(transitive)
- Removed@sentry/core@7.75.1(transitive)
- Removed@sentry/types@7.75.1(transitive)
- Removed@sentry/utils@7.75.1(transitive)
Updated@sentry/core@7.76.0
Updated@sentry/types@7.76.0
Updated@sentry/utils@7.76.0