Files
klz-cables.com/.pnpm-store/v10/files/e9/2c9909acd3828a14f507214d9b3406d0e6646c4a377c48459e57a38db2bde51e6da0b8c0877600582b07c0f5b00e273870f8f72cd63fe40562c66770178722
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
432 B
Plaintext

import { s as sentryWebpackUnpluginFactory } from './webpack4and5.mjs';
export { sentryCliBinaryExists } from '@sentry/bundler-plugin-core';
import 'node:module';
import 'path';
import 'uuid';
var sentryUnplugin = sentryWebpackUnpluginFactory();
// eslint-disable-next-line @typescript-eslint/no-explicit-any
var sentryWebpackPlugin = sentryUnplugin.webpack;
export { sentryWebpackPlugin };
//# sourceMappingURL=webpack5.mjs.map