Skip to content

Commit 32d58e2

Browse files
committed
Remove RN exclusion for frames and screenshots
1 parent a7e4f59 commit 32d58e2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

front_end/panels/timeline/TimelineFlameChartDataProvider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,7 @@ export class TimelineFlameChartDataProvider extends Common.ObjectWrapper.ObjectW
615615
// In CPU Profiles the trace data will not have frames nor
616616
// screenshots, so we can keep this call as it will be a no-op in
617617
// these cases.
618-
if (!this.isReactNative) {
619-
this.#appendFramesAndScreenshotsTrack();
620-
}
618+
this.#appendFramesAndScreenshotsTrack();
621619

622620
const weight = (track: {type?: string, forMainFrame?: boolean, appenderName?: TrackAppenderName}): number => {
623621
switch (track.appenderName) {

0 commit comments

Comments
 (0)