UNPKG

@sentry/nextjs

Version:
11 lines (10 loc) 390 B
import { Client } from '@sentry/core'; /** * Instruments the Next.js Client Router for page loads. */ export declare function nextRouterInstrumentPageLoad(client: Client): void; /** * Instruments the Next.js Client Router for navigation. */ export declare function nextRouterInstrumentNavigation(client: Client): void; //# sourceMappingURL=nextRoutingInstrumentation.d.ts.map