package.build.npm.esm.feedbackAsync.js Maven / Gradle / Ivy
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