Files
klz-cables.com/.pnpm-store/v10/files/fb/8426f7d179081b4928ed05f5ac896d51bf9b8d398e01c070aa4143154d8291b57bdb43a857f2fa0a2a1ea5dbeeb615f790db4e0ab4271cdd491807666e1079
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

13 lines
640 B
Plaintext

import type Document from 'next/document';
type DocumentGetInitialProps = typeof Document.getInitialProps;
/**
* Create a wrapped version of the user's exported `getInitialProps` function in
* a custom document ("_document.js").
*
* @param origDocumentGetInitialProps The user's `getInitialProps` function
* @param parameterizedRoute The page's parameterized route
* @returns A wrapped version of the function
*/
export declare function wrapDocumentGetInitialPropsWithSentry(origDocumentGetInitialProps: DocumentGetInitialProps): DocumentGetInitialProps;
export {};
//# sourceMappingURL=wrapDocumentGetInitialPropsWithSentry.d.ts.map