diff --git a/src/libs/actions/Timing.ts b/src/libs/actions/Timing.ts index 28ffdd92ffba..6244ab2a609b 100644 --- a/src/libs/actions/Timing.ts +++ b/src/libs/actions/Timing.ts @@ -19,7 +19,7 @@ let timestampData: Record = {}; * @param eventName * @param shouldUseFirebase - adds an additional trace in Firebase */ -function start(eventName: string, shouldUseFirebase = false) { +function start(eventName: string, shouldUseFirebase = true) { timestampData[eventName] = {startTime: Date.now(), shouldUseFirebase}; if (!shouldUseFirebase) {