Files
klz-cables.com/.pnpm-store/v10/files/32/7913ed5a00c9322e205ac2016e823fbbb87604795ecba654d23765ea5bff1865eb4f636e64ea8e6d4962eaa5ee5731556435e5238ab17f925bf9f0200c2d80
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

16 lines
574 B
Plaintext

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const feedback = require('@sentry-internal/feedback');
const lazyLoadIntegration = require('./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 = feedback.buildFeedbackIntegration({
lazyLoadIntegration: lazyLoadIntegration.lazyLoadIntegration,
});
exports.feedbackAsyncIntegration = feedbackAsyncIntegration;
//# sourceMappingURL=feedbackAsync.js.map