Rocky_Mountain_Vending/.pnpm-store/v10/files/45/2cda744caaec5e80e1311d3672395b85f6ffb2a26d4af36dbcdd2d3576fe022d0ff02e4689312e7efabfa141f85a3e4c688161b894c95127ab4319147407ee
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

19 lines
No EOL
790 B
Text

import type { Event } from './types-hoist/event';
import type { StackParser } from './types-hoist/stacktrace';
/**
* Retrieve metadata for a specific JavaScript file URL.
*
* Metadata is injected by the Sentry bundler plugins using the `_experiments.moduleMetadata` config option.
*/
export declare function getMetadataForUrl(parser: StackParser, filename: string): any | undefined;
/**
* Adds metadata to stack frames.
*
* Metadata is injected by the Sentry bundler plugins using the `_experiments.moduleMetadata` config option.
*/
export declare function addMetadataToStackFrames(parser: StackParser, event: Event): void;
/**
* Strips metadata from stack frames.
*/
export declare function stripMetadataFromStackFrames(event: Event): void;
//# sourceMappingURL=metadata.d.ts.map