Release 3.1.5 notes ------------------- yCrash Server - Features and Fixes: ---------------------------------- + Redesigned and reimplemented repeating statement detection with new logic to accurately identify and print patterns across application log lines. + Added a new “View AI Solution” feature to the RCA Report, AppLog Report, and Error Sub-report pages, allowing users to generate AI-driven solutions for each AppLog error. For more details, refer this document.[https://docs.ycrash.io/ycrash-server/app-settings/configure-ai-solution.html] + To reduce false positive incidents reported by M3, two new system properties have been added: 'monitorGC' and 'monitorThread'. By default, M3 now monitors only macrometrics. To enable micrometrics monitoring, configure -DmonitorGC=true and -DmonitorThread=true in the launch script. Refer the following documents to know more about these system properties 'monitorGC': https://docs.ycrash.io/ycrash-server/app-settings/gc-monitoring-in-m3.html 'monitorThread': https://docs.ycrash.io/ycrash-server/app-settings/monitoring-thread-dumps-in-m3.html + Enhanced AppLog parsing logic to better support diverse unstructured log formats. + Improved performance for large application logs and RCA Reports. + General improvements and bug fixes. yc-360-Script - Features and Fixes: ---------------------------------- + Minor improvements and bug fixes