Files
klz-cables.com/.pnpm-store/v10/files/86/f0d0547d58359e902e211d88f9cd6fcf631bef4cb3f3e0b31bac2d1658f9fd884ff6265065710cc4785ede6159eb99db7e13450289d21e4e6d8ba3428173b2
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

20 lines
812 B
Plaintext

import type { 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