Files
klz-cables.com/.pnpm-store/v10/files/8d/9696bcdac0d6d5ef5c9c76868b14ffa16a5d9f59c56f9af572fbc9d9ffd69fb13745e699513951e097ed220ae93a0c311c821df38736efed2a50ef7cf1f6e1
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

6 lines
291 B
Plaintext

import type { BrowserOptions } from '@sentry/react';
/**
* Applies the `tunnel` option to the Next.js SDK options based on `withSentryConfig`'s `tunnelRoute` option.
*/
export declare function applyTunnelRouteOption(options: BrowserOptions): void;
//# sourceMappingURL=tunnelRoute.d.ts.map