2026-04-25 16:41:19 +08:00
|
|
|
/**
|
|
|
|
|
* @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.
|
|
|
|
|
*/
|
2026-04-24 16:16:31 +08:00
|
|
|
export const API_BASE_URL = 'https://sentry.xuqinmin.com'
|
2026-04-25 16:41:19 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @deprecated See API_BASE_URL.
|
|
|
|
|
*/
|
2026-04-24 16:16:31 +08:00
|
|
|
export const IM_WS_URL = 'wss://sentry.xuqinmin.com/ws/im'
|