Files
klz-cables.com/.pnpm-store/v10/files/71/018a6af9ed20fc128cdb2f4821d3e807673e1db97c967c181bd5c7baa2d7b9c0a474408eeac360fb84a54089e657d4c475fb3f8b79642c06cae10d776e07ec
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

9 lines
470 B
Plaintext

import type { HandlerDataUnhandledRejection } from '../types-hoist/instrument';
/**
* Add an instrumentation handler for when an unhandled promise rejection is captured.
*
* Use at your own risk, this might break without changelog notice, only used internally.
* @hidden
*/
export declare function addGlobalUnhandledRejectionInstrumentationHandler(handler: (data: HandlerDataUnhandledRejection) => void): void;
//# sourceMappingURL=globalUnhandledRejection.d.ts.map