Files
klz-cables.com/.pnpm-store/v10/files/2e/77ba1679e9a1e6a91e7baf08006cbd5164a3ee95059916872cf3777ae2b4fd38189d442ecf384a54473809cda5cc0464d70127a902b575dfb892e1554c2808
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
278 B
Plaintext

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