Rocky_Mountain_Vending/.pnpm-store/v10/files/51/33e76534dd0db55abe3d159ac6ce1233f0687c4fa63bb9e656cab5d32687cd40ca2510bc35ec5f6339ba9a9cb9e1b00d49f996fad7a47c849f1b681aceda08
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

11 lines
539 B
Text

/**
* Adds module metadata to stack frames.
*
* Metadata can be injected by the Sentry bundler plugins using the `moduleMetadata` config option.
*
* When this integration is added, the metadata passed to the bundler plugin is added to the stack frames of all events
* under the `module_metadata` property. This can be used to help in tagging or routing of events from different teams
* our sources
*/
export declare const moduleMetadataIntegration: () => import("..").Integration;
//# sourceMappingURL=metadata.d.ts.map