Changelog
Apex Flame v1.8 (2018-03-28)
- Spring ‘18 Bug Fix Fix for Spring ‘18 in Salesforce Classic. The svg icon for Lightning Experience broke the flamegraphs.
Apex Flame v1.7 (2017-11-24)
Busy Indication The page is dimmed and input is blocked while a log is being loaded.
Update Log Table Columns Display the log timestamps in local time. Remove the log id column.
Hide Apex Flame logs Log messages generated by Apex Flame itself (used to track usage during the free trial) are not displayed.
Apex Flame v1.5 (2016-08-09)
Handle Logs Without Millisecond-Precision Timestamps Fix log parsing to handle logs that do not contain millisecond-precision timestamps.
Display Fatal Errors Display fatal errors in the flame chart.
Apex Flame v1.4 (2016-02-01)
- Trace ApexCode at FINE Level Set ApexCode log level to FINE by default to capture method entry/exit events in Winter ‘16 and later orgs.
Apex Flame v1.3 (2016-01-29)
Generate from SOQL Queries Add option to generate the flame chart based on the number of SOQL queries executed instead of execution time.
Performance Improvement Improve performance when there are long text strings included in the flame chart, such as long SOQL queries.
Apex Flame v1.2 (2015-08-18)
Uncollapsed Charts Render frames uncollapsed, chronologically, by default.
Resize Flame Graph Automatically resize flame graph when window size changes.
Apex Flame v1.1 (2015-08-10)
- First public release