UNPKG

@sentry/browser

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