function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Srinivasa Thottempudi 10Srinivasa Thottempudi 10 

Is salesforce event monotoring (EventLogFile) will capture the Apex run time issues

Is salesforce event monitoring (EventLogFile) will capture the Apex run time exceptions like Exception Message, exception type,  line number, method name e.t.c        

Please help me on this.                                                                                        
VinayVinay (Salesforce Developers) 
Check below eventlogfile supported event types.

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_eventlogfile_supportedeventtypes.htm
https://help.salesforce.com/s/articleView?id=release-notes.rn_apex_triggerCPUTime.htm&type=5&release=224

Thanks,