package.build.npm.esm.feedbackAsync.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browser Show documentation
Show all versions of browser Show documentation
Official Sentry SDK for browsers
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