diff --git a/src/plugins/crash_reporter/index.js b/src/plugins/crash_reporter/index.js index c45af99be..a11e4ec1a 100644 --- a/src/plugins/crash_reporter/index.js +++ b/src/plugins/crash_reporter/index.js @@ -537,7 +537,7 @@ export default class CrashReporterPlugin extends FlipperDevicePlugin< if (ignore) { console.error('Ignored the notification for the crash', crash); } - return ignore; + return !ignore; }); return filteredCrashes.map((crash: Crash) => { const id = crash.notificationID;