Releases: certinia/debug-log-analyzer
Releases · certinia/debug-log-analyzer
1.16.1: Bug Fixes
What's Changed
Fixed
- Fixed search being triggered by and hijacking the "Find in Files" keybinding (CMD / CTRL + SHIFT + f) (#537)
- Analysis: Total Time showing a higher value than it should (#526)
- Analysis, Call Tree and Database search results not being consistent (#536)
Full Changelog: 1.16.0...1.16.1
1.16.0: Find on Timeline and other views, New documentation site, More ways to open the log analysis, Performance and extension load improvements and more
What's Changed
Added
- 🔍 Search the Log Analyzer: Timeline, Call Tree, Analysis and Database views all searchable (#488)
- 🛠️ Call Tree filter by event type: filter down to specific event types e.g
EXCEPTION_THROWN
. (#382) - ⬆️ Go To Call Tree button from the issue list. (#481)
- 📊 More ways to open the log analysis. (#506)
- From the button on the editor title menu.
- From the tab context menu (right clicking the editor tab).
- 📖 Brand new documentation site. (#65)
Changed
- ⚡ Call Tree performance improvements: All operations should be 3X faster (including expanding, filtering and scrolling). (#500)
- 🧊 Call Tree keeps focus on the visible rows after filtering / expanding.(#481)
- ⬆️ Go to the Call Tree from the Timeline errors. (#481)
- ⚡ Faster Extension startup time: roughly 12 times faster and starts up time is less than 10ms.
Full Changelog: 1.14.1...1.16.0
1.14.1: Bug Fix
What's Changed
Fixed
Log: Retrieve Apex Log And Show Analysis
not working (#490)
Full Changelog: 1.14.0...1.14.1
1.14.0: View, Filter and Group by namespace and more
What's Changed
Added
- View, Filter and Group by namespace on the Call Tree, Analysis + Database views (#299)
- View and Filter by namespace on the Call Tree, Analysis and Database views
- Group by namespace on the Analysis and Database views
Changed
- Apex Log Parsing is up to 3X faster (#475)
- Go to file multiple workspace handling simplified (#202)
- Go to file from Call Tree will only ask you to select a workspace if more than one matching file is found in multiple workspaces, instead of every time.
Full Changelog: 1.12.1...1.14.0
1.12.1: Bug Fixes
What's Changed
Fixed
- Unable to Save file when exporting CSV from Analysis or Database (#461)
Full Changelog: 1.12.0...1.12.1
1.12.0: Debug Only Filtering, percent show in Self and Total columns and more
What's Changed
Added
- Debug Only Call Tree filtering (#86)
- Filters the Call Tree to show only debug statements with the context of the Call Stack.
- Percent value (of the total log time) in the self and total columns. Visually represent the percentage via a percent bar as well as a value e.g 100 (50%) (#311)
- This is show for both the Call Tree and Analysis
- Open Apex Log Analyzer from a dirty VSCode editor (#213)
- Supports opening Apex Log Analyzer when a log is dragged and dropped into Salesforce Code Builder.
- It allows for a log analysis to be shown when a file is deleted on local disk or a log is copy and pasted into an editor window without saving.
- Show Log Parsing issues via notification bell (#209)
- Shows unsupported log event names + invalid log lines
Changed
- Show time taken for more events within the
Workflow:ApprovalProcessActions
Code Unit (#336)- Estimates the time taken for some events without an exit event within
Workflow:ApprovalProcessActions
Code Unit e.gWF_APPROVAl
+WF_EMAIL_SENT
- Estimates the time taken for some events without an exit event within
- Make dragging more obvious on the Timeline by showing different cursors (#423)
- Show the pointer cursor by default when hovering the Timeline.
- Show the grabbing cursor when the mouse is pressed down on the Timeline, to indicate drag is now possible.
- Show the default cursor when hovering a Timeline event.
- Timeline event marker clarity improvements (#115)
- Skipped-Lines and Max-Size-reached marker color from green to blue. Green normal mean things are ok, blue better represents information.
- Added faint grey lines between the event markers to separates them. This helps when two error are next to each other.
Full Changelog: 1.10.4...1.12.0
1.10.4: Bug Fixes
What's Changed
Fixed
- Log Analysis not displaying if user path contained whitespace (#447)
Full Changelog: 1.10.3...1.10.4
1.10.3: Bug Fixes
What's Changed
Fixed
- Call Tree Show Details not showing and hiding correctly (#433)
- Infinite loading screen if file can not be found (#435)
- Many cases of UI jumping in the Database view when rows and groups are clicked (#434)
Full Changelog: 1.10.1...1.10.3
1.10.2: Bug Fixes
What's Changed
Fixed
- Call Tree Show Details not showing and hiding correctly (#433)
- Infinite loading screen if file can not be found (#435)
- Many cases of UI jumping in the Database view when rows and groups are clicked (#434)
Full Changelog: 1.10.1...1.10.2
1.10.1: Bug Fixes
What's Changed
Fixed
- Call Tree not showing
USER_DEBUG
content (#429)
Full Changelog: 1.10.0...1.10.1