Skip to content

Commit

Permalink
fix: errsole_id issue with uncaught exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Sep 20, 2024
1 parent 489e654 commit c376d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Main = {
};
if (this.isInitializated) {
const errsoleLogId = this.generateUniqueId();
Logs.logCustomMessage('alert', `${errorOrigin}\n${errorMessage}`, errsoleLogId);
Logs.logCustomMessage('alert', `${errorOrigin}\n${errorMessage}`, '{}', errsoleLogId);
await Alerts.handleUncaughtExceptions(`${errorOrigin}\n${errorMessage}`, messageExtraInfo, errsoleLogId);
await Logs.flushLogs();
}
Expand Down

0 comments on commit c376d8d

Please sign in to comment.