UNPKG

1.42 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\n// DO NOT DELETE THESE COMMENTS!\n// We want to exclude Replay from CDN bundles, so we remove the block below with our\n// excludeReplay Rollup plugin when generating bundles. Everything between\n// ROLLUP_EXCLUDE_FROM_BUNDLES_BEGIN and _END__ is removed for bundles.\n\n// __ROLLUP_EXCLUDE_FROM_BUNDLES_BEGIN__\nexport { Replay } from '@sentry/replay';\n// __ROLLUP_EXCLUDE_FROM_BUNDLES_END__\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,EAAA;AAWA;;;;"}
\No newline at end of file