Files
klz-cables.com/.pnpm-store/v10/files/47/39602fa845bf3c3ce231cfab5892e7a439c5437bee70bd29fb97215cba56abb7224e79f97cfd92b000f083405394fe05cc02ee8c7d84349254a14a14a1521a
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
381 B
Plaintext

import type { Span } from '@opentelemetry/api';
import type { ReadableSpan } from '@opentelemetry/sdk-trace-base';
import type { SanitizedRequestData } from '@sentry/core';
/**
* Get sanitizied request data from an OTEL span.
*/
export declare function getRequestSpanData(span: Span | ReadableSpan): Partial<SanitizedRequestData>;
//# sourceMappingURL=getRequestSpanData.d.ts.map