Skip to content

Commit 6cc5077

Browse files
authored
Merge pull request #3835 from Paramesh-T-S/Issue_fix_Outdate_-link_in_JS_topic_Error-handling
sentry.io added as per suggestion
2 parents a711a1f + efaa9aa commit 6cc5077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/10-error-handling/1-try-catch/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ For instance:
632632
633633
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.
634634
635-
There are also web-services that provide error-logging for such cases, like <https://www.muscula.com>.
635+
There are also web-services that provide error-logging for such cases, like <https://muscula.com> or <https://www.sentry.io>.
636636
637637
They work like this:
638638

0 commit comments

Comments
 (0)