From 153c75cfa92e12419d89a879e483fbf3982615fd Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Wed, 27 Mar 2019 08:42:48 -0700 Subject: [PATCH] Remove crashreporter GK Summary: Remove the GK Reviewed By: jknoxville Differential Revision: D14596572 fbshipit-source-id: 09ef9359ce37c674ac7e1741b7d550716fca5156 --- src/fb-stubs/GK.js | 2 +- src/plugins/crash_reporter/package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fb-stubs/GK.js b/src/fb-stubs/GK.js index f8d77bddb..60a98953d 100644 --- a/src/fb-stubs/GK.js +++ b/src/fb-stubs/GK.js @@ -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 = ['flipper_crash_reporter_plugin']; +const whitelistedGKs: Array = []; export default class GK { static init() {} diff --git a/src/plugins/crash_reporter/package.json b/src/plugins/crash_reporter/package.json index 11d34e964..f1e1848f8 100644 --- a/src/plugins/crash_reporter/package.json +++ b/src/plugins/crash_reporter/package.json @@ -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",