{"version":3,"file":"index.js","sources":["../../../src/index.ts"],"sourcesContent":["export * from './exports';\n\nimport { Integrations as CoreIntegrations } from '@sentry/core';\n\nimport { WINDOW } from './helpers';\nimport * as BrowserIntegrations from './integrations';\n\nlet windowIntegrations = {};\n\n// This block is needed to add compatibility with the integrations packages when used with a CDN\nif (WINDOW.Sentry && WINDOW.Sentry.Integrations) {\n windowIntegrations = WINDOW.Sentry.Integrations;\n}\n\n/** @deprecated Import the integration function directly, e.g. `inboundFiltersIntegration()` instead of `new Integrations.InboundFilter(). */\nconst INTEGRATIONS = {\n ...windowIntegrations,\n // eslint-disable-next-line deprecation/deprecation\n ...CoreIntegrations,\n ...BrowserIntegrations,\n};\n\n// eslint-disable-next-line deprecation/deprecation\nexport { INTEGRATIONS as Integrations };\n\nexport {\n // eslint-disable-next-line deprecation/deprecation\n Replay,\n replayIntegration,\n getReplay,\n} from '@sentry/replay';\nexport type {\n ReplayEventType,\n ReplayEventWithTime,\n ReplayBreadcrumbFrame,\n ReplayBreadcrumbFrameEvent,\n ReplayOptionFrameEvent,\n ReplayFrame,\n ReplayFrameEvent,\n ReplaySpanFrame,\n ReplaySpanFrameEvent,\n} from '@sentry/replay';\n\nexport {\n // eslint-disable-next-line deprecation/deprecation\n ReplayCanvas,\n replayCanvasIntegration,\n} from '@sentry-internal/replay-canvas';\n\nexport {\n // eslint-disable-next-line deprecation/deprecation\n Feedback,\n feedbackIntegration,\n sendFeedback,\n} from '@sentry-internal/feedback';\n\nexport {\n // eslint-disable-next-line deprecation/deprecation\n BrowserTracing,\n defaultRequestInstrumentationOptions,\n instrumentOutgoingRequests,\n browserTracingIntegration,\n startBrowserTracingNavigationSpan,\n startBrowserTracingPageLoadSpan,\n} from '@sentry-internal/tracing';\nexport type { RequestInstrumentationOptions } from '@sentry-internal/tracing';\nexport {\n addTracingExtensions,\n setMeasurement,\n // eslint-disable-next-line deprecation/deprecation\n extractTraceparentData,\n // eslint-disable-next-line deprecation/deprecation\n getActiveTransaction,\n // eslint-disable-next-line deprecation/deprecation\n spanStatusfromHttpCode,\n getSpanStatusFromHttpCode,\n setHttpStatus,\n // eslint-disable-next-line deprecation/deprecation\n trace,\n makeMultiplexedTransport,\n // eslint-disable-next-line deprecation/deprecation\n ModuleMetadata,\n moduleMetadataIntegration,\n} from '@sentry/core';\nexport type { SpanStatusType } from '@sentry/core';\nexport type { Span } from '@sentry/types';\nexport { makeBrowserOfflineTransport } from './transports/offline';\nexport { onProfilingStartRouteTransaction } from './profiling/hubextensions';\nexport {\n // eslint-disable-next-line deprecation/deprecation\n BrowserProfilingIntegration,\n browserProfilingIntegration,\n} from './profiling/integration';\n"],"names":["CoreIntegrations","BrowserIntegrations"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,IAAI,kBAAA,GAAqB,EAAE,CAAA;AAC3B;AACA;AACA,IAAI,MAAM,CAAC,MAAO,IAAG,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE;AACjD,EAAE,qBAAqB,MAAM,CAAC,MAAM,CAAC,YAAY,CAAA;AACjD,CAAA;AACA;AACA;AACA,MAAM,eAAe;AACrB,EAAE,GAAG,kBAAkB;AACvB;AACA,EAAE,GAAGA,YAAgB;AACrB,EAAE,GAAGC,KAAmB;AACxB;;;;"}