Remove crashreporter GK

Summary: Remove the GK

Reviewed By: jknoxville

Differential Revision: D14596572

fbshipit-source-id: 09ef9359ce37c674ac7e1741b7d550716fca5156
This commit is contained in:
Pritesh Nandgaonkar
2019-03-27 08:42:48 -07:00
committed by Facebook Github Bot
parent 9dbbae91d2
commit 153c75cfa9
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export type GKID = string;
export const TEST_PASSING_GK = 'TEST_PASSING_GK';
export const TEST_FAILING_GK = 'TEST_FAILING_GK';
const whitelistedGKs: Array<GKID> = ['flipper_crash_reporter_plugin'];
const whitelistedGKs: Array<GKID> = [];
export default class GK {
static init() {}