@sentry/browser
Version:
Official Sentry SDK for browsers
14 lines (11 loc) • 440 B
JavaScript
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