@sentry/browser
Version:
Official Sentry SDK for browsers
12 lines (8 loc) • 441 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const feedback = require('@sentry-internal/feedback');
const lazyLoadIntegration = require('./utils/lazyLoadIntegration.js');
const feedbackAsyncIntegration = feedback.buildFeedbackIntegration({
lazyLoadIntegration: lazyLoadIntegration.lazyLoadIntegration
});
exports.feedbackAsyncIntegration = feedbackAsyncIntegration;
//# sourceMappingURL=feedbackAsync.js.map