Now there is a single config option related to fields: trackFieldStateChanges.
However, it toggles 3 different field instrumentations. 3 separate config options would be more appropriate for them:
trackFieldAssignments
trackFieldsAfterEveryMethodCall
trackFieldInitialState
Note that setting trackFieldsAfterEveryMethodCall to true would have to implicitly set trackFieldInitialState to true as well.
Now there is a single config option related to fields:
trackFieldStateChanges
. However, it toggles 3 different field instrumentations. 3 separate config options would be more appropriate for them:trackFieldAssignments
trackFieldsAfterEveryMethodCall
trackFieldInitialState
Note that setting trackFieldsAfterEveryMethodCall to true would have to implicitly set trackFieldInitialState to true as well.