MVP of filtering errors based on crash reason field

Summary: Minimal change to be able to filter crashes in the notifications tab, to filter out recurring/irrelevant crashes such as the one in https://github.com/facebook/flipper/issues/609

Reviewed By: passy

Differential Revision: D18223356

fbshipit-source-id: 8cf2187d53c9fec98c9a35edefb0da5783fe7c8e
This commit is contained in:
Gijs Weterings
2019-10-30 08:25:22 -07:00
committed by Facebook Github Bot
parent 0cd89ba1c4
commit 7ca230a9c6

View File

@@ -582,6 +582,7 @@ export default class CrashReporterPlugin extends FlipperDevicePlugin<
severity: 'error',
title: title,
action: id,
category: crash.reason || 'Unknown reason',
};
});
};