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

15 lines
689 B
Plaintext

import { NextPageContext } from 'next';
import { ErrorProps } from 'next/error';
type ErrorGetInitialProps = (context: NextPageContext) => Promise<ErrorProps>;
/**
* Create a wrapped version of the user's exported `getInitialProps` function in
* a custom error page ("_error.js").
*
* @param origErrorGetInitialProps The user's `getInitialProps` function
* @param parameterizedRoute The page's parameterized route
* @returns A wrapped version of the function
*/
export declare function wrapErrorGetInitialPropsWithSentry(origErrorGetInitialProps: ErrorGetInitialProps): ErrorGetInitialProps;
export {};
//# sourceMappingURL=wrapErrorGetInitialPropsWithSentry.d.ts.map