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

11 lines
471 B
Plaintext

import { ClientOptions } from '../types-hoist/options';
/**
* Takes the SDK metadata and adds the user-agent header to the transport options.
* This ensures that the SDK sends the user-agent header with SDK name and version to
* all requests made by the transport.
*
* @see https://develop.sentry.dev/sdk/overview/#user-agent
*/
export declare function addUserAgentToTransportHeaders(options: ClientOptions): void;
//# sourceMappingURL=userAgent.d.ts.map