Draft: Remove ajaxError.sentry event handler
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- Miguel Rincon authored
This change removes the event handler for ajaxError.sentry.
@@ -53,7 +52,6 @@ const SentryConfig = {
@@ -53,7 +52,6 @@ const SentryConfig = {
@@ -78,29 +76,6 @@ const SentryConfig = {
@@ -78,29 +76,6 @@ const SentryConfig = {
I attempted to trigger ajax errors manually on my GDK and this handler was never run. I suspect this is not used.
As we move away from
jQuery.ajax
it should still make sense to remove this, as even if it works it would not provide good coverage over global errors.