UNPKG

1.77 kBSource Map (JSON)View Raw
1{"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\nconst INTEGRATIONS = {\n ...windowIntegrations,\n ...CoreIntegrations,\n ...BrowserIntegrations,\n};\n\nexport { INTEGRATIONS as Integrations };\n\nexport { Replay } from '@sentry/replay';\nexport {\n BrowserTracing,\n defaultRequestInstrumentationOptions,\n instrumentOutgoingRequests,\n} from '@sentry-internal/tracing';\nexport type { RequestInstrumentationOptions } from '@sentry-internal/tracing';\nexport {\n addTracingExtensions,\n extractTraceparentData,\n getActiveTransaction,\n spanStatusfromHttpCode,\n trace,\n makeMultiplexedTransport,\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 { BrowserProfilingIntegration } from './profiling/integration';\n"],"names":["CoreIntegrations","BrowserIntegrations"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAOA,IAAA,kBAAA,GAAA,EAAA,CAAA;AACA;AACA;AACA,IAAA,MAAA,CAAA,MAAA,IAAA,MAAA,CAAA,MAAA,CAAA,YAAA,EAAA;AACA,EAAA,kBAAA,GAAA,MAAA,CAAA,MAAA,CAAA,YAAA,CAAA;AACA,CAAA;AACA;AACA,MAAA,YAAA,GAAA;AACA,EAAA,GAAA,kBAAA;AACA,EAAA,GAAAA,YAAA;AACA,EAAA,GAAAC,KAAA;AACA;;;;"}
\No newline at end of file