Rocky_Mountain_Vending/.pnpm-store/v10/files/1a/2c4fdb3d13b4ca20b9e848736007be9a199b10c8677baf068c5e29dd2f699d224945d91374f8f4e98b6a53c14058ca66688d20c8fb59e6982f2c38ee606347
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

16 lines
No EOL
744 B
Text

import type { Options } from '../types-hoist/options';
/**
* A builder for the SDK metadata in the options for the SDK initialization.
*
* Note: This function is identical to `buildMetadata` in Remix and NextJS and SvelteKit.
* We don't extract it for bundle size reasons.
* @see https://github.com/getsentry/sentry-javascript/pull/7404
* @see https://github.com/getsentry/sentry-javascript/pull/4196
*
* If you make changes to this function consider updating the others as well.
*
* @param options SDK options object that gets mutated
* @param names list of package names
*/
export declare function applySdkMetadata(options: Options, name: string, names?: string[], source?: string): void;
//# sourceMappingURL=sdkMetadata.d.ts.map