Files
klz-cables.com/.pnpm-store/v10/files/6b/1457ec985f4bce89afc3bb6dfbcc45c04aeaf2067f24c9d4ec30a85ca1e63f5aa1c4158681699fcaba214e4c5f097631522ba41aad442b4f4469f5f2af901e
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

6 lines
356 B
Plaintext

import type { ServerComponentContext } from '../common/types';
/**
* Wraps an `app` directory server component with Sentry error instrumentation.
*/
export declare function wrapServerComponentWithSentry<F extends (...args: any[]) => any>(appDirComponent: F, context: ServerComponentContext): F;
//# sourceMappingURL=wrapServerComponentWithSentry.d.ts.map