File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ declare global {
1212 var enableReactNativeOpenInExternalEditor : boolean | undefined ;
1313 var reactNativeOpenInEditorButtonImage : string | undefined ;
1414 var FB_ONLY__reactNativeFeedbackLink : string | undefined ;
15+ var FB_ONLY__enablePerformance : any ;
1516 }
1617}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ UI.ViewManager.registerViewExtension({
8787 title : i18nLazyString ( UIStrings . performance ) ,
8888 commandPrompt : i18nLazyString ( UIStrings . showPerformance ) ,
8989 order : 50 ,
90- experiment : Root . Runtime . ExperimentName . ENABLE_PERFORMANCE_PANEL ,
90+ experiment : globalThis . FB_ONLY__enablePerformance === true ? undefined : Root . Runtime . ExperimentName . ENABLE_PERFORMANCE_PANEL ,
9191 async loadView ( ) {
9292 const Timeline = await loadTimelineModule ( ) ;
9393 return Timeline . TimelinePanel . TimelinePanel . instance ( ) ;
You can’t perform that action at this time.
0 commit comments