UNPKG

278 BTypeScriptView Raw
1import type { Client } from '@sentry/types';
2/**
3 * Checks whether given url points to Sentry server
4 *
5 * @param url url to verify
6 */
7export declare function isSentryRequestUrl(url: string, client: Client | undefined): boolean;
8//# sourceMappingURL=isSentryRequestUrl.d.ts.map
\No newline at end of file