Files
klz-cables.com/.pnpm-store/v10/files/5d/d9aa5bde2c4d93a59b4e552d7f143fc37784e0789c1347d2b25476e4d82e5f6cf97c31de5dd0c6b83ba619cbd38ea7bd1d64fdcfbb13a35fe2bfe9fd704834
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

21 lines
828 B
Plaintext

import { Client } from '@sentry/core';
/**
* Instruments the Next.js pages router for pageloads.
* Only supported for client side routing. Works for Next >= 10.
*
* Leverages the SingletonRouter from the `next/router` to
* generate pageload/navigation transactions and parameterize
* transaction names.
*/
export declare function pagesRouterInstrumentPageLoad(client: Client): void;
/**
* Instruments the Next.js pages router for navigation.
* Only supported for client side routing. Works for Next >= 10.
*
* Leverages the SingletonRouter from the `next/router` to
* generate pageload/navigation transactions and parameterize
* transaction names.
*/
export declare function pagesRouterInstrumentNavigation(client: Client): void;
//# sourceMappingURL=pagesRouterRoutingInstrumentation.d.ts.map