File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ declare global {
12
12
var enableReactNativeOpenInExternalEditor : boolean | undefined ;
13
13
var reactNativeOpenInEditorButtonImage : string | undefined ;
14
14
var FB_ONLY__reactNativeFeedbackLink : string | undefined ;
15
+ var FB_ONLY__enablePerformance : any ;
15
16
}
16
17
}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ UI.ViewManager.registerViewExtension({
87
87
title : i18nLazyString ( UIStrings . performance ) ,
88
88
commandPrompt : i18nLazyString ( UIStrings . showPerformance ) ,
89
89
order : 50 ,
90
- experiment : Root . Runtime . ExperimentName . ENABLE_PERFORMANCE_PANEL ,
90
+ experiment : globalThis . FB_ONLY__enablePerformance === true ? undefined : Root . Runtime . ExperimentName . ENABLE_PERFORMANCE_PANEL ,
91
91
async loadView ( ) {
92
92
const Timeline = await loadTimelineModule ( ) ;
93
93
return Timeline . TimelinePanel . TimelinePanel . instance ( ) ;
You can’t perform that action at this time.
0 commit comments