You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Refactor error handling in NotifyAdminOfError listener
This commit eliminates an unnecessary newline, adds an initial value of 0 to the `$coolDownPeriod` variable to avoid uninitialized variable errors, and refines the process of error hashing and mailing in context of exception existence. Now, the code attempts to create an `errorHash` only if there is an exception in the event context, reducing the likelihood of errors when context does not include an exception."
0 commit comments