Skip to content

Commit 851c466

Browse files
committed
Remove type export
1 parent 4984ce3 commit 851c466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/js/integrations/exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export { screenshotIntegration } from './screenshot';
1212
export { viewHierarchyIntegration } from './viewhierarchy';
1313
export { expoContextIntegration } from './expocontext';
1414
export { spotlightIntegration } from './spotlight';
15-
export { mobileReplayIntegration, ScreenshotStrategy } from '../replay/mobilereplay';
15+
export { mobileReplayIntegration } from '../replay/mobilereplay';
1616
export { feedbackIntegration } from '../feedback/integration';
1717
export { browserReplayIntegration } from '../replay/browserReplay';
1818
export { appStartIntegration } from '../tracing/integrations/appStart';

0 commit comments

Comments
 (0)