Files
klz-cables.com/.pnpm-store/v10/files/1c/7c794bb78f5503924caa256fd48eea28ac3e9af587f0d43aa2577917677361e3fcfd0ca3e00fcb5b090fc6e53c2946f37a65288c4343d3712c6c30360d7bff
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

12 lines
455 B
Plaintext

import type { Client, Scope, SerializedTraceData, Span } from '@sentry/core';
/**
* Otel-specific implementation of `getTraceData`.
* @see `@sentry/core` version of `getTraceData` for more information
*/
export declare function getTraceData({ span, scope, client, propagateTraceparent, }?: {
span?: Span;
scope?: Scope;
client?: Client;
propagateTraceparent?: boolean;
}): SerializedTraceData;
//# sourceMappingURL=getTraceData.d.ts.map