Rocky_Mountain_Vending/.pnpm-store/v10/files/db/b88d7d489366a590ff89a16311eaaeca2da893d6c3a8dad6b2e8116f6136bb5c4c5f8e6a61c8bbef1fe3c49d9380b994dc877c71b8f03a67490db9296109c7
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

1 line
No EOL
831 B
Text

{"version":3,"file":"error.js","sources":["../../../src/utils/error.ts"],"sourcesContent":["import type { ConsoleLevel } from '../types-hoist/instrument';\n\n/**\n * An error emitted by Sentry SDKs and related utilities.\n * @deprecated This class is no longer used and will be removed in a future version. Use `Error` instead.\n */\nexport class SentryError extends Error {\n public logLevel: ConsoleLevel;\n\n public constructor(\n public message: string,\n logLevel: ConsoleLevel = 'warn',\n ) {\n super(message);\n\n this.logLevel = logLevel;\n }\n}\n"],"names":[],"mappings":"AAEA;AACA;AACA;AACA;AACO,MAAM,WAAA,SAAoB,KAAA,CAAM;;AAGvC,GAAS,WAAW;AACpB,KAAW,OAAO;AAClB,IAAI,QAAQ,GAAiB,MAAM;AACnC,IAAI;AACJ,IAAI,KAAK,CAAC,OAAO,CAAA,CAAA,IAAA,CAAA,OAAA,GAAA,OAAA;AAEjB,IAAI,IAAI,CAAC,QAAA,GAAW,QAAQ;AAC5B;AACA;;;;"}