Skip to content

Commit

Permalink
fix(spotlight): Export spotlightBrowserIntegration from the main brow…
Browse files Browse the repository at this point in the history
…ser package (#14208)

Follow up to #13263 where we forgot to export it from the main package
:facepalm:
  • Loading branch information
BYK authored Nov 8, 2024
1 parent 8c2aa1b commit cb1f001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit cb1f001

Please sign in to comment.