Files
klz-cables.com/.pnpm-store/v10/files/ab/784283b442fb3d2226a35b8a3df1556aa3e5b091b58699cdae86d5111674e2c30a45538ce1b0c3aa24ab2055a4959909a8da1fa4b29493b681fb020d7592b4
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
253 B
Plaintext

import { SpanStatus } from '@sentry/core';
import { AbstractSpan } from '../types';
/**
* Get a Sentry span status from an otel span.
*/
export declare function mapStatus(span: AbstractSpan): SpanStatus;
//# sourceMappingURL=mapStatus.d.ts.map