Files
klz-cables.com/.pnpm-store/v10/files/4a/c727cec166d5b35146e110ae080442452af24e0b1efe5e3ed86f55504832fa5ae45891f5c5c8b6dd7eb095d61581b56d976a5e7efc39c302036b4c3a0fb33f
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
457 B
Plaintext

import type { 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