Skip to content

Commit 4afc1c3

Browse files
committed
Enable Performance panel by default
1 parent 62f76df commit 4afc1c3

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

front_end/global_typings/react_native.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ declare global {
1919
var reactNativeOpenInEditorButtonImage: string|undefined;
2020
// eslint-disable-next-line no-var,@typescript-eslint/naming-convention
2121
var FB_ONLY__reactNativeFeedbackLink: string|undefined;
22-
// eslint-disable-next-line no-var,@typescript-eslint/naming-convention
23-
var FB_ONLY__enablePerformance: unknown;
2422
}
2523
}

front_end/panels/timeline/timeline-meta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ UI.ViewManager.registerViewExtension({
8888
title: i18nLazyString(UIStrings.performance),
8989
commandPrompt: i18nLazyString(UIStrings.showPerformance),
9090
order: 50,
91-
experiment: globalThis.FB_ONLY__enablePerformance === true ? undefined : Root.Runtime.ExperimentName.ENABLE_PERFORMANCE_PANEL,
9291
async loadView() {
9392
const Timeline = await loadTimelineModule();
9493
return Timeline.TimelinePanel.TimelinePanel.instance();

0 commit comments

Comments
 (0)