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_PASSING_GK = 'TEST_PASSING_GK';
export const TEST_FAILING_GK = 'TEST_FAILING_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 { export default class GK {
static init() {} static init() {}

View File

@@ -3,7 +3,6 @@
"version": "0.1.0", "version": "0.1.0",
"description": "A plugin which will display a crash", "description": "A plugin which will display a crash",
"main": "index.js", "main": "index.js",
"gatekeeper": "flipper_crash_reporter_plugin",
"repository": "https://github.com/facebook/flipper", "repository": "https://github.com/facebook/flipper",
"license": "MIT", "license": "MIT",
"title": "Crash Reporter", "title": "Crash Reporter",