Files
klz-cables.com/.pnpm-store/v10/files/d5/0e01883c9503589762877e5d1a503f17a2129997db66386011e41b9afc763b4cd8ff98d5b150d232215716e959ec15d44f773f557056259de93537d5875f94
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

12 lines
543 B
Plaintext

import type { NextPage } from 'next';
type GetInitialProps = Required<NextPage>['getInitialProps'];
/**
* Create a wrapped version of the user's exported `getInitialProps` function
*
* @param origGetInitialProps The user's `getInitialProps` function
* @param parameterizedRoute The page's parameterized route
* @returns A wrapped version of the function
*/
export declare function wrapGetInitialPropsWithSentry(origGetInitialProps: GetInitialProps): GetInitialProps;
export {};
//# sourceMappingURL=wrapGetInitialPropsWithSentry.d.ts.map