We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4984ce3 commit 851c466Copy full SHA for 851c466
packages/core/src/js/integrations/exports.ts
@@ -12,7 +12,7 @@ export { screenshotIntegration } from './screenshot';
12
export { viewHierarchyIntegration } from './viewhierarchy';
13
export { expoContextIntegration } from './expocontext';
14
export { spotlightIntegration } from './spotlight';
15
-export { mobileReplayIntegration, ScreenshotStrategy } from '../replay/mobilereplay';
+export { mobileReplayIntegration } from '../replay/mobilereplay';
16
export { feedbackIntegration } from '../feedback/integration';
17
export { browserReplayIntegration } from '../replay/browserReplay';
18
export { appStartIntegration } from '../tracing/integrations/appStart';
0 commit comments