@sentry/browser
Version:
Official Sentry SDK for browsers
12 lines (8 loc) • 440 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const feedback = require('@sentry-internal/feedback');
const feedbackSyncIntegration = feedback.buildFeedbackIntegration({
getModalIntegration: () => feedback.feedbackModalIntegration,
getScreenshotIntegration: () => feedback.feedbackScreenshotIntegration
});
exports.feedbackSyncIntegration = feedbackSyncIntegration;
//# sourceMappingURL=feedbackSync.js.map