Release 2.19 notes ------------------ yCrash Server - Features and Fixes: + Added a new property for ThreadCpuPercentage (also known as threadConsistentCpuPercentage) in both cloud and EE. + Included a Mac-specific tab in the ycrash trial instructions page and ycrash agent setup page. + Modified the "What's in Memory" section to present information in a more human-readable format. + Integrated Slack webhook notifications, allowing real-time incident alerts and data from yCrash Server to be sent directly to your Slack channel. + Added additional logs to troubleshoot issues related to making HTTP calls and checking server availability. + Made the auto delete job triggering configurable by introducing a new property called "runJobAt" in the auto-delete-frequency.json file. + Introduced the property "localTempRetentionPeriodInHours" for local storage auto delete. + Addressed UI-related issues in the AppLogs report. + Improved handling of multiple thread dump reports in yCrash. + Strengthened error/problem detection by analyzing application logs. This enhancement helps detect OutMemoryError, StackOverflowError, and user-defined errors mentioned in the log-error-settings.json (https://docs.ycrash.io/ycrash-server/app-settings/log-error-settings.html). + Strengthened memory leak detection logic specifically for the Azul Zing GC algorithm. + Fixed issues related to duplicate error reporting when threads are transitively blocked in the thread report. + Resolved parsing issues related to garbage collection (GC) causes. + Introduced the ability to specify the application version in ycrash EE. + Addressed minor bugs in yCrash. yCrash Agent - Features and Fixes: + Enhanced the logic for capturing application logs. + Refactored the GC log file capture to accommodate various file patterns in the Windows environment. + Updated M3 metrics capture logic for CPU and MEMORY in Windows.