@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.js CHANGED
@@ -3498,10 +3498,10 @@ var ErrorTracking = class {
3498
3498
  timestamp: Date.now()
3499
3499
  });
3500
3500
  if (payload.severity === "critical" || payload.severity === "high") {
3501
- this.internalLog("error", "[ErrorTracking] \u4E25\u91CD\u9519\u8BEF:", payload);
3501
+ this.internalLog("error", "[ErrorTracking]:", payload);
3502
3502
  }
3503
3503
  } catch (sendError) {
3504
- this.internalLog("error", "[ErrorTracking] \u9519\u8BEF\u53D1\u9001\u5931\u8D25:", sendError);
3504
+ this.internalLog("error", "[ErrorTracking]:", sendError);
3505
3505
  }
3506
3506
  }
3507
3507
  /**