Skip to content

Commit 78b8357

Browse files
sbuggayfacebook-github-bot
authored andcommitted
Fix screenshot typo
Summary: Typo in screenshots event. Changelog: [Internal] Differential Revision: D87936870
1 parent 47c4568 commit 78b8357

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)