From efaa9aab3bb9b5736ae1ae65b6859d3ff9a20267 Mon Sep 17 00:00:00 2001 From: PARAMESH T S <42896229+Paramesh-T-S@users.noreply.github.com> Date: Tue, 8 Apr 2025 23:14:47 +0530 Subject: [PATCH] sentry.io added as per suggestion - https://github.com/javascript-tutorial/en.javascript.info/pull/3830#issuecomment-2785397131 --- 1-js/10-error-handling/1-try-catch/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/10-error-handling/1-try-catch/article.md b/1-js/10-error-handling/1-try-catch/article.md index 3b3a2cb6d..cad2e1a3e 100644 --- a/1-js/10-error-handling/1-try-catch/article.md +++ b/1-js/10-error-handling/1-try-catch/article.md @@ -632,7 +632,7 @@ For instance: The role of the global handler `window.onerror` is usually not to recover the script execution -- that's probably impossible in case of programming errors, but to send the error message to developers. -There are also web-services that provide error-logging for such cases, like . +There are also web-services that provide error-logging for such cases, like or . They work like this: