@sentry/browser
Version:
Official Sentry SDK for browsers
10 lines (7 loc) • 307 B
JavaScript
import { buildFeedbackIntegration } from '@sentry-internal/feedback';
import { lazyLoadIntegration } from './utils/lazyLoadIntegration.js';
const feedbackAsyncIntegration = buildFeedbackIntegration({
lazyLoadIntegration
});
export { feedbackAsyncIntegration };
//# sourceMappingURL=feedbackAsync.js.map