Files
klz-cables.com/.pnpm-store/v10/files/3b/366fa743e4a62c78657ccc6f2bb4b1a56591da46e2aad35e5147fa96a85f83e6965740248819a3b234217ebc2ce34cc7ad52a1063fff92f80b209db6155d85
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

5 lines
263 B
Plaintext

import { SentryWebpackPluginOptions } from "./webpack4and5";
export declare const sentryWebpackPlugin: (options?: SentryWebpackPluginOptions) => any;
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";
export type { SentryWebpackPluginOptions };