You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
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.