Files
klz-cables.com/.pnpm-store/v10/files/80/5bc93807de551aeed00f200b19b62ef8681c144900cfa59b628ab4e9c15d52aa5ea9a483a55d0a2dfb9d6e3c20ca6eac329dfe2e9b4c092e86160d15c7c3af
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

11 lines
503 B
Plaintext

import { Client } from '../client';
import { Scope } from '../scope';
import { TraceContext } from '../types-hoist/context';
import { DynamicSamplingContext } from '../types-hoist/envelope';
/** Extract trace information from scope */
export declare function _getTraceInfoFromScope(client: Client, scope: Scope | undefined): [
/*dynamicSamplingContext*/ Partial<DynamicSamplingContext> | undefined,
/*traceContext*/ TraceContext | undefined
];
//# sourceMappingURL=trace-info.d.ts.map