XuqmGroup-RNSDK/packages/common/src/constants.ts

13 行
413 B
TypeScript

/**
* @deprecated These hardcoded URLs are no longer used by the SDK.
* The SDK now fetches configuration from the tenant platform via
* XuqmSDK.initialize(). These constants are kept only as fallback
* references and for backward compatibility.
*/
export const API_BASE_URL = 'https://sentry.xuqinmin.com'
/**
* @deprecated See API_BASE_URL.
*/
export const IM_WS_URL = 'wss://sentry.xuqinmin.com/ws/im'