[dart_runner] Product-mode trace events are coming...

Also change set of timeline streams to match flutter_runner.

Test: manual, fx traceutil
Change-Id: Ifdb819e67d52de2886608ea61941e6133a0c059b
diff --git a/runtime/dart_runner/dart_runner.cc b/runtime/dart_runner/dart_runner.cc
index cf5e09d..ec4f28d 100644
--- a/runtime/dart_runner/dart_runner.cc
+++ b/runtime/dart_runner/dart_runner.cc
@@ -34,6 +34,10 @@
     // TODO(FL-117): Re-enable causal async stack traces when this issue is
     // addressed.
     "--no_causal_async_stacks",
+
+    "--systrace_timeline",
+    "--timeline_streams=Compiler,Dart,Debugger,Embedder,GC,Isolate,VM",
+
 #if defined(AOT_RUNTIME)
     "--precompilation",
 #else
@@ -43,11 +47,6 @@
 #if !defined(NDEBUG) && !defined(DART_PRODUCT)
     "--enable_asserts",
 #endif  // !defined(NDEBUG)
-
-#if !defined(DART_PRODUCT)
-    "--systrace_timeline",
-    "--timeline_streams=VM,Isolate,Compiler,Dart,GC,Embedder,API",
-#endif  // !defined(DART_PRODUCT)
     // clang-format on
 };