Files
klz-cables.com/.pnpm-store/v10/files/a1/205fd2099f0338fc330043fafcd6e4dc2e591215f745083cf2f7f466554a827ef9f0a627e28487570aaf9772551dcb621eb94a2a6718aadd78c9d018ad079e
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

10 lines
349 B
Plaintext

import { TraceState } from '@opentelemetry/core';
import type { DynamicSamplingContext } from '@sentry/core';
/**
* Generate a TraceState for the given data.
*/
export declare function makeTraceState({ dsc, sampled, }: {
dsc?: Partial<DynamicSamplingContext>;
sampled?: boolean;
}): TraceState;
//# sourceMappingURL=makeTraceState.d.ts.map