Files
klz-cables.com/.pnpm-store/v10/files/1e/5090972972c7e30301377047c89918ac1fdf7f8014b5c7e97752c2ba6c56dbde004200314c17ef75f0e43cc4cd67a3300749bfe033cbfe5291c098e3bba29a
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
355 B
Plaintext

import { growthbookIntegration } from '@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 = growthbookIntegration;
export { growthbookIntegrationShim };
//# sourceMappingURL=growthbook.js.map