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

7 lines
383 B
Plaintext

import { GenerationFunctionContext } from '../common/types';
/**
* Wraps a generation function (e.g. generateMetadata) with Sentry error instrumentation.
*/
export declare function wrapGenerationFunctionWithSentry<F extends (...args: any[]) => any>(generationFunction: F, context: GenerationFunctionContext): F;
//# sourceMappingURL=wrapGenerationFunctionWithSentry.d.ts.map