aegis-mp-rum-wrapper 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -152,7 +152,6 @@ function initAegis(isDefault) {
152
152
  uin: internalState.uin,
153
153
  spa: true,
154
154
  ext1,
155
- hostUrl: "https://aegis.qq.com",
156
155
  beforeRequest(data) {
157
156
  if (data.logType === "speed" || data.logType === "log") {
158
157
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aegis-mp-rum-wrapper",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "基于 aegis-mp-sdk 的小程序上报封装 SDK,支持双实例与自定义 RUM 日志构造。",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -236,7 +236,6 @@ function initAegis(isDefault: boolean): any | undefined {
236
236
 
237
237
  spa: true,
238
238
  ext1,
239
- hostUrl: "https://aegis.qq.com",
240
239
  beforeRequest(data: any) {
241
240
  if (data.logType === "speed" || data.logType === "log") {
242
241
  return false;