@sentry/nextjs
Version:
Official Sentry SDK for Next.js
11 lines (10 loc) • 390 B
TypeScript
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