@sentry/lynx-react
Version:
Official Sentry SDK for Lynx React
8 lines • 401 B
TypeScript
import { DsnComponents, SdkInfo } from '@sentry/core';
/**
* Returns the envelope endpoint URL with auth in the query string.
*
* Sending auth as part of the query string and not as custom HTTP headers avoids CORS preflight requests.
*/
export declare function getEnvelopeEndpointWithUrlEncodedAuth(dsn: DsnComponents, tunnel?: string, sdkInfo?: SdkInfo): string;
//# sourceMappingURL=api.d.ts.map