Files
klz-cables.com/.pnpm-store/v10/files/97/c003598fc30f15ee35426c332a62e2d3e89e8c3ecaa2affb81f16eab2b709e8cbd4765c72579a78174deb5c917a1d6535d8ed1df67cef281c0410218ba42ac
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
582 B
Plaintext

import { Event, EventHint } from '../types-hoist/event';
import { Exception } from '../types-hoist/exception';
import { StackParser } from '../types-hoist/stacktrace';
/**
* Creates exceptions inside `event.exception.values` for errors that are nested on properties based on the `key` parameter.
*/
export declare function applyAggregateErrorsToEvent(exceptionFromErrorImplementation: (stackParser: StackParser, ex: Error) => Exception, parser: StackParser, key: string, limit: number, event: Event, hint?: EventHint): void;
//# sourceMappingURL=aggregate-errors.d.ts.map