Files
klz-cables.com/.pnpm-store/v10/files/2c/d47fc7d77a5d37efeb30ac797cc85a6e3050bd3f7179b2dbaf598d3b030a9df6a464486a68c826681cbb5f359b3d6d238caaf6934b577c17dbd73fe275e3de
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

14 lines
684 B
Plaintext

import type { NextPageContext } from 'next';
import type { 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