@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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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]
|
|
3430
|
+
this.internalLog("error", "[ErrorTracking]:", payload);
|
|
3431
3431
|
}
|
|
3432
3432
|
} catch (sendError) {
|
|
3433
|
-
this.internalLog("error", "[ErrorTracking]
|
|
3433
|
+
this.internalLog("error", "[ErrorTracking]:", sendError);
|
|
3434
3434
|
}
|
|
3435
3435
|
}
|
|
3436
3436
|
/**
|