mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -1333,8 +1333,6 @@ export class WorkflowExecute {
|
||||
} else {
|
||||
// Report any unhandled and non-wrapped errors to Sentry
|
||||
toReport = error;
|
||||
// Set obfuscate to true so that the error would be obfuscated in th UI
|
||||
error.obfuscate = true;
|
||||
}
|
||||
if (toReport) {
|
||||
ErrorReporterProxy.error(toReport, {
|
||||
|
||||
Reference in New Issue
Block a user