UNPKG

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