Files
klz-cables.com/.pnpm-store/v10/files/3f/c9d8ec53fa420335d9a89a0c9e6bf71e211c3d4f16e5bc6a5b64a7adfe6e2e4f08bd13228222f18c6e6d0e690a5a13ad7190eaab7ed74ff61c0dca55dff62e
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
278 B
Plaintext

import { Client } from '../client';
/**
* Checks whether given url points to Sentry server
*
* @param url url to verify
*/
export declare function isSentryRequestUrl(url: string, client: Client | undefined): boolean;
//# sourceMappingURL=isSentryRequestUrl.d.ts.map