Skip to content

Handle RestClient errors in Discord integration

Markus Koller requested to merge 321659-handle-discord-errors into master

What does this MR do?

This catches failed requests from the Discord integration, to reduce the noise in Sentry: #321659 (closed)

Screenshots (strongly suggested)

The specific error isn't forwarded to the frontend when testing the ingration settings, but we now at least get a correct message rather than "Something went wrong on our end" as before:

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #321659 (closed)

Edited by Markus Koller

Merge request reports