Open
Description
I wonder if there is any way to update the user steps logging to include a full name of a view controller. In our app we would have a framework that could contain an enum encapsulating one view and inside that enum we would an actual view controller implementation. So all the "enum" controllers would contain the same file structure ViewController/View/ViewModel. I.e. the full name would be something like "MyFramework.FeedController.ViewController". But because of this we see only "ViewController" in user steps like:
Tap
21:15:45
Tap in UIListContentView in ViewController
View
21:15:44
Top View: ViewController
Please let me know if this could be improved somehow without us renaming each view controller. Thanks.