UNPKG

@sentry/browser

Version:
14 lines (11 loc) 440 B
import { buildFeedbackIntegration } from '@sentry-internal/feedback'; import { lazyLoadIntegration } from './utils/lazyLoadIntegration.js'; /** * An integration to add user feedback to your application, * while loading most of the code lazily only when it's needed. */ const feedbackAsyncIntegration = buildFeedbackIntegration({ lazyLoadIntegration, }); export { feedbackAsyncIntegration }; //# sourceMappingURL=feedbackAsync.js.map