diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index 10b974dc35e8..56724b926c5b 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -74,3 +74,4 @@ export { export type { Span } from '@sentry/types'; export { makeBrowserOfflineTransport } from './transports/offline'; export { browserProfilingIntegration } from './profiling/integration'; +export { spotlightBrowserIntegration } from './integrations/spotlight';