Files
klz-cables.com/.pnpm-store/v10/files/a1/b4f4886e36da301f2435ff68ed027375ad6fb7b52224b694523089b0b1593d48afa2e2a887690a0e727ae3ff0489f7b69bde31dafce38b9ee4f4f95b3a8b82
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

9 lines
461 B
Plaintext

import { Span } from '@sentry/core';
/**
* Wraps startTransaction and stopTransaction with profiling related logic.
* startProfileForTransaction is called after the call to startTransaction in order to avoid our own code from
* being profiled. Because of that same reason, stopProfiling is called before the call to stopTransaction.
*/
export declare function startProfileForSpan(span: Span): void;
//# sourceMappingURL=startProfileForSpan.d.ts.map