Skip to content

Migrated from raven-go to sentry-go - fixing runner's error reporting to Sentry

Vojtěch Mareš requested to merge (removed):4904-fix-sentry-dsn into main

What does this MR do?

Fixes runner's error reporting to Sentry. Sentry has a new DSN format (for a while) and old Go client is deprecated. So an upgrade from raven-go to sentry-go was necessary.

Why was this MR needed?

To fix runner's broken error reporting to Sentry.

What's the best way to test this MR?

Run a gitlab-runner, configure sentry_dsn and test it against a Sentry instance.

What are the relevant issue numbers?

Closes #4904 (closed)

Merge request reports