diff --git a/Libraries/Performance/Systrace.js b/Libraries/Performance/Systrace.js index d1d9e2f76..15bade515 100644 --- a/Libraries/Performance/Systrace.js +++ b/Libraries/Performance/Systrace.js @@ -81,6 +81,10 @@ const Systrace = { } }, + isEnabled(): boolean { + return _enabled; + }, + /** * beginEvent/endEvent for starting and then ending a profile within the same call stack frame **/