Files
klz-cables.com/.pnpm-store/v10/files/c8/7ae1436f15f8067ad9166c1b4abdcfd7a412092842df55d1c6aeb690a3fbda63184659919e503e58d261bb5ca799d25fdf9d041f63eecf3da2bbcebe7a6b6f
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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