Files
klz-cables.com/.pnpm-store/v10/files/0c/a3543d7dc293be4447529bd7cfa96c0dcd8d35fd3ca022bf27b496531a6761b2712632eb418f4e1d2a4c6cf77d3ac0dbf2abae1cd0d8104c4b58474fa06ddc
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

13 lines
443 B
Plaintext

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const core = require('@sentry/core');
/**
* Re-export the core GrowthBook integration for Node.js usage.
* The core integration is runtime-agnostic and works in both browser and Node environments.
*/
const growthbookIntegrationShim = core.growthbookIntegration;
exports.growthbookIntegrationShim = growthbookIntegrationShim;
//# sourceMappingURL=growthbook.js.map