Skip to content

Commit b1cb0a5

Browse files
committed
(Temporarily?) move to exports
1 parent ac8faf7 commit b1cb0a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser/src/exports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ export { linkedErrorsIntegration } from './integrations/linkederrors';
100100
export { browserApiErrorsIntegration } from './integrations/browserapierrors';
101101

102102
export { lazyLoadIntegration } from './utils/lazyLoadIntegration';
103+
export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
104+
export { FLAG_BUFFER_SIZE } from './utils/featureFlags';

packages/browser/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ export type { Span } from '@sentry/types';
7575
export { makeBrowserOfflineTransport } from './transports/offline';
7676
export { browserProfilingIntegration } from './profiling/integration';
7777
export { spotlightBrowserIntegration } from './integrations/spotlight';
78-
export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
79-
export { FLAG_BUFFER_SIZE } from './utils/featureFlags';

0 commit comments

Comments
 (0)