diff --git a/app/client/src/sagas/EvaluationsSaga.ts b/app/client/src/sagas/EvaluationsSaga.ts index 338fa02883..037268f85e 100644 --- a/app/client/src/sagas/EvaluationsSaga.ts +++ b/app/client/src/sagas/EvaluationsSaga.ts @@ -132,7 +132,7 @@ function* evaluateTreeSaga(postEvalActions?: ReduxAction[]) { type: ReduxActionTypes.SET_EVALUATED_TREE, payload: dataTree, }); - PerformanceTracker.startAsyncTracking( + PerformanceTracker.stopAsyncTracking( PerformanceTransactionName.SET_EVALUATED_TREE, ); yield put({