UNPKG

@sentry/browser

Version:
10 lines (7 loc) 388 B
import { buildFeedbackIntegration, feedbackScreenshotIntegration, feedbackModalIntegration } from '@sentry-internal/feedback'; const feedbackSyncIntegration = buildFeedbackIntegration({ getModalIntegration: () => feedbackModalIntegration, getScreenshotIntegration: () => feedbackScreenshotIntegration }); export { feedbackSyncIntegration }; //# sourceMappingURL=feedbackSync.js.map