@howone/sdk 0.2.17 → 0.2.18

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.mjs CHANGED
@@ -3427,10 +3427,10 @@ var ErrorTracking = class {
3427
3427
  timestamp: Date.now()
3428
3428
  });
3429
3429
  if (payload.severity === "critical" || payload.severity === "high") {
3430
- this.internalLog("error", "[ErrorTracking] \u4E25\u91CD\u9519\u8BEF:", payload);
3430
+ this.internalLog("error", "[ErrorTracking]:", payload);
3431
3431
  }
3432
3432
  } catch (sendError) {
3433
- this.internalLog("error", "[ErrorTracking] \u9519\u8BEF\u53D1\u9001\u5931\u8D25:", sendError);
3433
+ this.internalLog("error", "[ErrorTracking]:", sendError);
3434
3434
  }
3435
3435
  }
3436
3436
  /**