Files
klz-cables.com/.pnpm-store/v10/files/85/9e9cd894f69670fa40ea17621fed4228437dfacad4bd060469a252727f79506dd0ee0500e73c96dcdc0e217034cabaa47e56296f4d299dc6774bcc59530516
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

11 lines
372 B
Plaintext

import { init } from './sdk/index.js';
/**
* The @sentry/node/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
*/
init();
//# sourceMappingURL=init.js.map