Skip to content

Fix error reporting for Go

What does this MR do and why?

Fix error reporting for Go sentry client.

Updates #340178 (closed)

How to set up and validate locally

Use the Sentry Go SDK and report an error with sentry.CaptureError(err). Previously this caused a 500 error. Now it doesn't.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Woolf

Merge request reports