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>
10 lines
385 B
Text
10 lines
385 B
Text
const index = require('./sdk/index.js');
|
|
|
|
/**
|
|
* The @sentry/node-core/init export can be used with the node --import and --require args to initialize the SDK entirely via
|
|
* environment variables.
|
|
*
|
|
* > SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 SENTRY_TRACES_SAMPLE_RATE=1.0 node --import=@sentry/node/init app.mjs
|
|
*/
|
|
index.init();
|
|
//# sourceMappingURL=init.js.map
|