@sentry/vercel-edge
Advanced tools
Comparing version 8.39.0 to 8.40.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.39.0","sideEffects":false} | ||
{"type":"module","version":"8.40.0","sideEffects":false} |
export { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, RequestEventData, SdkInfo, Event, EventHint, ErrorEvent, Exception, Session, SeverityLevel, Span, StackFrame, Stacktrace, Thread, User, } from '@sentry/types'; | ||
export { AddRequestDataToEventOptions } from '@sentry/utils'; | ||
export { AddRequestDataToEventOptions } from '@sentry/core'; | ||
export { VercelEdgeOptions } from './types'; | ||
@@ -4,0 +4,0 @@ export { addEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, captureFeedback, close, createTransport, lastEventId, flush, getClient, isInitialized, getCurrentScope, getGlobalScope, getIsolationScope, setCurrentClient, Scope, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, getSpanStatusFromHttpCode, setHttpStatus, withScope, withIsolationScope, captureCheckIn, withMonitor, setMeasurement, getActiveSpan, getRootSpan, getTraceData, getTraceMetaTags, startSpan, startInactiveSpan, startSpanManual, startNewTrace, suppressTracing, withActiveSpan, getSpanDescendants, continueTrace, metrics, functionToStringIntegration, inboundFiltersIntegration, linkedErrorsIntegration, requestDataIntegration, extraErrorDataIntegration, debugIntegration, dedupeIntegration, rewriteFramesIntegration, captureConsoleIntegration, moduleMetadataIntegration, zodErrorsIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE, trpcMiddleware, spanToJSON, spanToTraceHeader, spanToBaggageHeader, } from '@sentry/core'; |
export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, RequestEventData, SdkInfo, Event, EventHint, ErrorEvent, Exception, Session, SeverityLevel, Span, StackFrame, Stacktrace, Thread, User, } from '@sentry/types'; | ||
export type { AddRequestDataToEventOptions } from '@sentry/utils'; | ||
export type { AddRequestDataToEventOptions } from '@sentry/core'; | ||
export type { VercelEdgeOptions } from './types'; | ||
@@ -4,0 +4,0 @@ export { addEventProcessor, addBreadcrumb, addIntegration, captureException, captureEvent, captureMessage, captureFeedback, close, createTransport, lastEventId, flush, getClient, isInitialized, getCurrentScope, getGlobalScope, getIsolationScope, setCurrentClient, Scope, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, getSpanStatusFromHttpCode, setHttpStatus, withScope, withIsolationScope, captureCheckIn, withMonitor, setMeasurement, getActiveSpan, getRootSpan, getTraceData, getTraceMetaTags, startSpan, startInactiveSpan, startSpanManual, startNewTrace, suppressTracing, withActiveSpan, getSpanDescendants, continueTrace, metrics, functionToStringIntegration, inboundFiltersIntegration, linkedErrorsIntegration, requestDataIntegration, extraErrorDataIntegration, debugIntegration, dedupeIntegration, rewriteFramesIntegration, captureConsoleIntegration, moduleMetadataIntegration, zodErrorsIntegration, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE, trpcMiddleware, spanToJSON, spanToTraceHeader, spanToBaggageHeader, } from '@sentry/core'; |
{ | ||
"name": "@sentry/vercel-edge", | ||
"version": "8.39.0", | ||
"version": "8.40.0", | ||
"description": "Official Sentry SDK for the Vercel Edge Runtime", | ||
@@ -43,5 +43,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"@opentelemetry/api": "^1.9.0", | ||
"@sentry/core": "8.39.0", | ||
"@sentry/types": "8.39.0", | ||
"@sentry/utils": "8.39.0" | ||
"@sentry/core": "8.40.0", | ||
"@sentry/types": "8.40.0" | ||
}, | ||
@@ -54,3 +53,3 @@ "devDependencies": { | ||
"@opentelemetry/semantic-conventions": "^1.27.0", | ||
"@sentry/opentelemetry": "8.39.0" | ||
"@sentry/opentelemetry": "8.40.0" | ||
}, | ||
@@ -57,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
3
3256282
12577
+ Added@sentry/core@8.40.0(transitive)
+ Added@sentry/types@8.40.0(transitive)
- Removed@sentry/utils@8.39.0
- Removed@sentry/core@8.39.0(transitive)
- Removed@sentry/types@8.39.0(transitive)
- Removed@sentry/utils@8.39.0(transitive)
Updated@sentry/core@8.40.0
Updated@sentry/types@8.40.0