Fatality in javascript error Jeff Chao May 05, 2020 03:35 Follow I'm trying to use the javascript sdk to track browser error. Can I mark an error is fatal or not on log_error event? Countly.q.push(['log_error', ex]); 0
Comments
Hello Jeff,
Not really, this is all determined automatically, for eg. all uncaught errors are fatal and all caught errors that you report yourself are non-fatal. Let me know if you have further questions. Thank you :)
Please sign in to leave a comment.