mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 09:38:09 -05:00
Better debug logs for bank sync errors. (#3296)
* Better debug logs for bank sync errors. * add release note * force CI update
This commit is contained in:
@@ -1122,11 +1122,10 @@ handlers['accounts-bank-sync'] = async function ({ id }) {
|
||||
'There was an internal error. Please get in touch https://actualbudget.org/contact for support.',
|
||||
internal: err.stack,
|
||||
});
|
||||
|
||||
err.message = 'Failed syncing account: ' + err.message;
|
||||
|
||||
captureException(err);
|
||||
}
|
||||
|
||||
err.message = 'Failed syncing account “' + acct.name + '.”';
|
||||
captureException(err);
|
||||
} finally {
|
||||
console.groupEnd();
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/3296.md
Normal file
6
upcoming-release-notes/3296.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [psybers]
|
||||
---
|
||||
|
||||
Better debug logs for bank sync errors.
|
||||
Reference in New Issue
Block a user