Files
klz-cables.com/.pnpm-store/v10/files/5e/ce270b38d12cd0469da78c96b0249fba43e87c69fb1e503faf9d02b583b5e6d3053a5d9eb851631c0584f177b34abba4910a3a13f1b16e521748f0814d138f
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

8 lines
255 B
Plaintext

const INSTRUMENTATION_NAME = '@sentry/instrumentation-http';
/** We only want to capture request bodies up to 1mb. */
const MAX_BODY_BYTE_LENGTH = 1024 * 1024;
export { INSTRUMENTATION_NAME, MAX_BODY_BYTE_LENGTH };
//# sourceMappingURL=constants.js.map