Details
-
New Feature
-
Resolution: Done
-
None
-
Medium
-
Empty show more show less
Description
Todo:
Adding the Snapshot-History to the RootCause-messages helps to understand what happened during editing and thus how to solve bugs, that by other means can not be reproduced and solved.
Thoughts and ideas:
- Option 1: logConsoleOutput is true => console.log of each step of the Snapshot-History
- many logs: performance?
(https://stackoverflow.com/questions/11426185/will-console-log-reduce-javascript-execution-performance) - therootcause: memory usage?
(therootcause's tracking of each move of the user seems not to limit their memory, so why should this happen for some more snapshot-history-steps?)
- many logs: performance?
- Option 2: capture function arguments
- DONE: Option 3: addLogEntry()
Attachments
Issue Links
- relates to
-
TRANSLATE-3118 Rework Richtext Editor
- In Progress