Files
klz-cables.com/.pnpm-store/v10/files/ee/180ba8f8a4038e0276f4033f967eeaa09ff098731f5aa64cf361ee80abe865190183b52386f3848ab12e74b2240983b73a31219713d717c58da6b085a33417
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

11 lines
719 B
Plaintext

import type { Client } from '@sentry/core';
export declare const INCOMPLETE_APP_ROUTER_INSTRUMENTATION_TRANSACTION_NAME = "incomplete-app-router-transaction";
/** Instruments the Next.js app router for pageloads. */
export declare function appRouterInstrumentPageLoad(client: Client): void;
/** Instruments the Next.js app router for navigation. */
export declare function appRouterInstrumentNavigation(client: Client): void;
/**
* A handler for Next.js' `onRouterTransitionStart` hook in `instrumentation-client.ts` to record navigation spans in Sentry.
*/
export declare function captureRouterTransitionStart(href: string, navigationType: string): void;
//# sourceMappingURL=appRouterRoutingInstrumentation.d.ts.map