UNPKG

@sentry/browser

Version:
11 lines (8 loc) 455 B
import { buildFeedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration } from '@sentry-internal/feedback'; /** Add a widget to capture user feedback to your application. */ const feedbackSyncIntegration = buildFeedbackIntegration({ getModalIntegration: () => feedbackModalIntegration, getScreenshotIntegration: () => feedbackScreenshotIntegration, }); export { feedbackSyncIntegration }; //# sourceMappingURL=feedbackSync.js.map