Files
klz-cables.com/.pnpm-store/v10/files/d2/2e7873b8ab774e75b5f777a298ab38490cf4668ef1f341125eef13075c501b7d8b87cbb658b19c3a8ae336b1e0a8a8cc2307b54b1ab618a1389a901d1ce49d
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
282 B
Plaintext

import { AbstractSpan } from '../types';
/**
*
* @param otelSpan Checks whether a given OTEL Span is an http request to sentry.
* @returns boolean
*/
export declare function isSentryRequestSpan(span: AbstractSpan): boolean;
//# sourceMappingURL=isSentryRequest.d.ts.map