Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
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
|