Rocky_Mountain_Vending/.pnpm-store/v10/files/c9/1ce014bae2a80e6c8e058437b765b80317426e862058b32511b2c50da07783129075aeaf4e80dfc8b7e39ecfc1085824e97be7cba97210afe0680fb2f7be1b
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

8 lines
No EOL
588 B
Text

import type { Event, EventHint } from '../types-hoist/event';
import type { Exception } from '../types-hoist/exception';
import type { 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