Files
klz-cables.com/.pnpm-store/v10/files/65/786deb39fd92ab96dd5f32a5a90bcc9b9e0c7305aeb1fe0e6a07eabaa9b321fce0655f5f00cd1aa829a559027e71314076d7245a39b007ded5f9b37bd14826
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

9 lines
379 B
Plaintext

import { Transport } from '@sentry/core';
import { WINDOW } from '../helpers';
import { BrowserTransportOptions } from './types';
/**
* Creates a Transport that uses the Fetch API to send events to Sentry.
*/
export declare function makeFetchTransport(options: BrowserTransportOptions, nativeFetch?: typeof WINDOW.fetch): Transport;
//# sourceMappingURL=fetch.d.ts.map