Files
klz-cables.com/.pnpm-store/v10/files/34/125a17cd55affdfc84fdd34604a001745eab6089f42bd25640929028410ca52e6e44d5008084df243f2ba250f66301ee28f2f03119e08d556a9d28b93ab7f7
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
331 B
Plaintext

import { Client } from '@sentry/core';
/**
* Setup a DSC handler on the passed client,
* ensuring that the transaction name is inferred from the span correctly.
*/
export declare function enhanceDscWithOpenTelemetryRootSpanName(client: Client): void;
//# sourceMappingURL=enhanceDscWithOpenTelemetryRootSpanName.d.ts.map