Files
klz-cables.com/.pnpm-store/v10/files/cd/e43b416e7de414c48db4e457ca525e0e4472935dcedd0b2b5d57d76e3e2480167600d82c8e458fef6b8bf4ffdcab03899fdb792832b20e73fb2c5821eaaf11
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

14 lines
695 B
Plaintext

import { SpanAttributes } from '@sentry/core';
/**
* Converts a PerformanceResourceTiming entry to span data for the resource span. Most importantly,
* it converts the timing values from timestamps relative to the `performance.timeOrigin` to absolute timestamps
* in seconds.
*
* @see https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming#timestamps
*
* @param resourceTiming
* @returns An array where the first element is the attribute name and the second element is the attribute value.
*/
export declare function resourceTimingToSpanAttributes(resourceTiming: PerformanceResourceTiming): SpanAttributes;
//# sourceMappingURL=resourceTiming.d.ts.map