Enable desktop crash reporting

Summary: Sends native crash reports for production internal builds.

Reviewed By: passy

Differential Revision: D15391757

fbshipit-source-id: a4149c2a264eb5ef38fb6f1cc43d52361ac83748
This commit is contained in:
John Knox
2019-05-17 06:42:11 -07:00
committed by Facebook Github Bot
parent d85a357428
commit 841d5d57a2
3 changed files with 55 additions and 0 deletions

View File

@@ -20,3 +20,5 @@ export const INSIGHT_INTERN_APP_TOKEN = '';
// Enables the flipper data to be exported through shareabale link
export const ENABLE_SHAREABLE_LINK = false;
export const IS_PUBLIC_BUILD = true;