Draft: Remove ajaxError.sentry event handler
1 unresolved thread
1 unresolved thread
Compare changes
Files
2@@ -53,7 +52,6 @@ const SentryConfig = {
@@ -78,29 +76,6 @@ const SentryConfig = {
Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.
@gitlab-com/gl-security/appsec
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.