Skip to content

Commit 52186a3

Browse files
sbuggaymeta-codesync[bot]
authored andcommitted
Fix screenshot typo (facebook#54742)
Summary: Pull Request resolved: facebook#54742 Typo in screenshots event. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D87936870 fbshipit-source-id: 670cde2ed107bd01b374a7b24917a37336e670c0
1 parent b0e754b commit 52186a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/jsinspector-modern/tracing/TracingCategory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inline std::optional<Category> getTracingCategoryFromString(const std::string &s
5858
} else if (str == "v8.execute") {
5959
return Category::RuntimeExecution;
6060
} else if (str == "disabled-by-default-devtools.screenshot") {
61-
return Category::RuntimeExecution;
61+
return Category::Screenshot;
6262
} else {
6363
return std::nullopt;
6464
}

0 commit comments

Comments
 (0)