From 9d1dfc718d8629113ff89eb2d83a71e599d8c729 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Fri, 30 Jan 2026 13:31:14 -0800 Subject: [PATCH] [docs] Add extra note on Perf Panel annotations --- docs/react-native-devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react-native-devtools.md b/docs/react-native-devtools.md index a7539ec17d6..ecf338014a0 100644 --- a/docs/react-native-devtools.md +++ b/docs/react-native-devtools.md @@ -134,7 +134,7 @@ Performance tracing allows you to record a performance session within your app t #### Useful tips -- Use [Annotations](https://developer.chrome.com/docs/devtools/performance/annotations) to label and mark up a performance trace — useful before [downloading and sharing](https://developer.chrome.com/docs/devtools/performance/save-trace) with a teammate. +- Use [Annotations](https://developer.chrome.com/docs/devtools/performance/annotations) (shift-drag) to label and mark up a performance trace — useful before [downloading and sharing](https://developer.chrome.com/docs/devtools/performance/save-trace) a trace with a teammate. Annotations also provide a quick way to gauge time spans in **seconds**. - Use the [`PerformanceObserver` API](./global-PerformanceObserver.md) in your app to observe performance events at runtime — useful if you want to capture performance telemetry. #### Learn more