Files
klz-cables.com/.pnpm-store/v10/files/d8/b94cbece060c88405746128e2c0709cf9602a15da40f02dbc75dd16c0df0d9b0b5373adf62516db0e8e2ba63fb9f50b22c8328671fa15a484c580591d01480
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
385 B
Plaintext

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