Files
klz-cables.com/.pnpm-store/v10/files/7e/0f7812ecd3df169d8b6123436203a89a784bb57a26fae8c64e7e87c45dc2df3ca49d740b82d5ede721b15872ba30a549480f86dc0f6c6ef13c648decc15a16
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
274 B
Plaintext

import type { 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