@ape.swap/bonds-sdk 3.0.64-test.1 → 3.0.64
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/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -58345,7 +58345,6 @@ function reportError(_a) {
|
|
|
58345
58345
|
url,
|
|
58346
58346
|
log: errors,
|
|
58347
58347
|
};
|
|
58348
|
-
console.log('errorPayload', payload);
|
|
58349
58348
|
try {
|
|
58350
58349
|
yield fetch(`${apiUrl}/stats/log`, {
|
|
58351
58350
|
method: 'POST',
|
|
@@ -58356,7 +58355,7 @@ function reportError(_a) {
|
|
|
58356
58355
|
});
|
|
58357
58356
|
}
|
|
58358
58357
|
catch (err) {
|
|
58359
|
-
console.error('Error
|
|
58358
|
+
console.error('Error reporting the error:', err);
|
|
58360
58359
|
}
|
|
58361
58360
|
});
|
|
58362
58361
|
}
|