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
Capturing fatal app hang events use client.captureCrashEvent. Rename the method so it communicates it's not only about capturing crashes. Maybe captureFatalEvent does the trick.
The text was updated successfully, but these errors were encountered:
The captureCrashEvent is also used for capturing watchdog terminations
and fatal app hangs. Therefore, we rename it to captureFatalEvent to
clearly communicate its about fatal events and not only crashes.
FixesGH-4936
Description
Capturing fatal app hang events use client.captureCrashEvent. Rename the method so it communicates it's not only about capturing crashes. Maybe captureFatalEvent does the trick.
The text was updated successfully, but these errors were encountered: