-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Minor
-
Pre-deployment testing
-
M
Issue Summary
Using console.trace() in Forge silently fails
Steps to Reproduce
- Create a new app;
- Use all of the logging levels (log, warn, error, trace);
Expected Results
All of the levels are correctly displayed in Developer Console, Browser dev. tools and via forge logs.
Actual Results
All levels except trace are displayed correctly
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available