UNPKG

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