All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.npm.esm.feedbackSync.js Maven / Gradle / Ivy

There is a newer version: 8.30.0
Show newest version
import { buildFeedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration } from '@sentry-internal/feedback';
import { lazyLoadIntegration } from './utils/lazyLoadIntegration.js';

/** Add a widget to capture user feedback to your application. */
const feedbackSyncIntegration = buildFeedbackIntegration({
  lazyLoadIntegration,
  getModalIntegration: () => feedbackModalIntegration,
  getScreenshotIntegration: () => feedbackScreenshotIntegration,
});

export { feedbackSyncIntegration };
//# sourceMappingURL=feedbackSync.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy