diff --git a/packages/react-native/ReactCommon/react/nativemodule/webperformance/NativePerformance.cpp b/packages/react-native/ReactCommon/react/nativemodule/webperformance/NativePerformance.cpp index 9364f6049a2..dcc6d8a0e5e 100644 --- a/packages/react-native/ReactCommon/react/nativemodule/webperformance/NativePerformance.cpp +++ b/packages/react-native/ReactCommon/react/nativemodule/webperformance/NativePerformance.cpp @@ -36,7 +36,7 @@ namespace { #ifdef WITH_PERFETTO const std::string TRACK_PREFIX = "Track:"; -const std::string DEFAULT_TRACK_NAME = "Web Performance"; +const std::string DEFAULT_TRACK_NAME = "Web Performance: Timings"; const std::string CUSTOM_TRACK_NAME_PREFIX = "Web Performance: "; std::tuple parsePerfettoTrack(