Open source Import/Export feature to open source

Summary: Exposes Import/Export feature to open source. This diff also makes sure that, "Shareable Link" option doesn't show up, as it is specific to fb's infrastructure.

Reviewed By: passy

Differential Revision: D14526634

fbshipit-source-id: 3aeb97c91bc00a9c5f01c74c34a5690ec3b5739d
This commit is contained in:
Pritesh Nandgaonkar
2019-03-20 06:56:01 -07:00
committed by Facebook Github Bot
parent fd9b581162
commit 5964f1621e
2 changed files with 52 additions and 49 deletions

View File

@@ -17,3 +17,6 @@ export const GRAPH_SECRET_ACCESS_TOKEN = '';
// Provides access to Insights Validation ednpoint on interngraph
export const INSIGHT_INTERN_APP_ID = '';
export const INSIGHT_INTERN_APP_TOKEN = '';
// Enables the flipper data to be exported through shareabale link
export const ENABLE_SHAREABLE_LINK = false;