File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,5 @@ export { linkedErrorsIntegration } from './integrations/linkederrors';
100
100
export { browserApiErrorsIntegration } from './integrations/browserapierrors' ;
101
101
102
102
export { lazyLoadIntegration } from './utils/lazyLoadIntegration' ;
103
+ export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
104
+ export { FLAG_BUFFER_SIZE } from './utils/featureFlags' ;
Original file line number Diff line number Diff line change @@ -75,5 +75,3 @@ export type { Span } from '@sentry/types';
75
75
export { makeBrowserOfflineTransport } from './transports/offline' ;
76
76
export { browserProfilingIntegration } from './profiling/integration' ;
77
77
export { spotlightBrowserIntegration } from './integrations/spotlight' ;
78
- export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
79
- export { FLAG_BUFFER_SIZE } from './utils/featureFlags' ;
You can’t perform that action at this time.
0 commit comments