{"version":3,"file":"index.js","sources":["../../src/index.ts"],"sourcesContent":["export type {\n Breadcrumb,\n BreadcrumbHint,\n PolymorphicRequest,\n Request,\n SdkInfo,\n Event,\n EventHint,\n Exception,\n Session,\n // eslint-disable-next-line deprecation/deprecation\n Severity,\n SeverityLevel,\n Span,\n StackFrame,\n Stacktrace,\n Thread,\n Transaction,\n User,\n} from '@sentry/types';\nexport type { AddRequestDataToEventOptions } from '@sentry/utils';\n\nexport type { VercelEdgeOptions } from './types';\n\nexport {\n // eslint-disable-next-line deprecation/deprecation\n addGlobalEventProcessor,\n addEventProcessor,\n addBreadcrumb,\n addIntegration,\n captureException,\n captureEvent,\n captureMessage,\n close,\n // eslint-disable-next-line deprecation/deprecation\n configureScope,\n createTransport,\n // eslint-disable-next-line deprecation/deprecation\n extractTraceparentData,\n flush,\n // eslint-disable-next-line deprecation/deprecation\n getActiveTransaction,\n getHubFromCarrier,\n // eslint-disable-next-line deprecation/deprecation\n getCurrentHub,\n getClient,\n isInitialized,\n getCurrentScope,\n getGlobalScope,\n getIsolationScope,\n Hub,\n // eslint-disable-next-line deprecation/deprecation\n lastEventId,\n // eslint-disable-next-line deprecation/deprecation\n makeMain,\n setCurrentClient,\n runWithAsyncContext,\n Scope,\n // eslint-disable-next-line deprecation/deprecation\n startTransaction,\n SDK_VERSION,\n setContext,\n setExtra,\n setExtras,\n setTag,\n setTags,\n setUser,\n // eslint-disable-next-line deprecation/deprecation\n spanStatusfromHttpCode,\n getSpanStatusFromHttpCode,\n setHttpStatus,\n // eslint-disable-next-line deprecation/deprecation\n trace,\n withScope,\n withIsolationScope,\n captureCheckIn,\n withMonitor,\n setMeasurement,\n getActiveSpan,\n startSpan,\n startInactiveSpan,\n startSpanManual,\n continueTrace,\n metrics,\n functionToStringIntegration,\n inboundFiltersIntegration,\n linkedErrorsIntegration,\n requestDataIntegration,\n SEMANTIC_ATTRIBUTE_SENTRY_OP,\n SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,\n SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,\n SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE,\n} from '@sentry/core';\nexport type { SpanStatusType } from '@sentry/core';\n\nexport { VercelEdgeClient } from './client';\nexport {\n // eslint-disable-next-line deprecation/deprecation\n defaultIntegrations,\n getDefaultIntegrations,\n init,\n} from './sdk';\n\nimport { Integrations as CoreIntegrations, RequestData } from '@sentry/core';\n\nimport { WinterCGFetch } from './integrations/wintercg-fetch';\nexport { winterCGFetchIntegration } from './integrations/wintercg-fetch';\n\n/** @deprecated Import the integration function directly, e.g. `inboundFiltersIntegration()` instead of `new Integrations.InboundFilter(). */\nexport const Integrations = {\n // eslint-disable-next-line deprecation/deprecation\n ...CoreIntegrations,\n WinterCGFetch,\n RequestData,\n};\n"],"names":["CoreIntegrations"],"mappings":";;;;;;;AA4GA;AACO,MAAM,eAAe;AAC5B;AACA,EAAE,GAAGA,cAAgB;AACrB,EAAE,aAAa;AACf,EAAE,WAAW;AACb;;;;"}