All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.npm.esm.feedbackAsync.js Maven / Gradle / Ivy

There is a newer version: 8.40.0
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy