Remove crashreporter GK
Summary: Remove the GK Reviewed By: jknoxville Differential Revision: D14596572 fbshipit-source-id: 09ef9359ce37c674ac7e1741b7d550716fca5156
This commit is contained in:
committed by
Facebook Github Bot
parent
9dbbae91d2
commit
153c75cfa9
@@ -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() {}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"version": "0.1.0",
|
||||
"description": "A plugin which will display a crash",
|
||||
"main": "index.js",
|
||||
"gatekeeper": "flipper_crash_reporter_plugin",
|
||||
"repository": "https://github.com/facebook/flipper",
|
||||
"license": "MIT",
|
||||
"title": "Crash Reporter",
|
||||
|
||||
Reference in New Issue
Block a user