Skip to content

Use fields instead of dynamic error message

Timo Furrer requested to merge use-field-instead-of-dynamic-error into master
  • Use fields instead of dynamic error message

This change set refactors how we report the error when we have to stop tunnels or abort find tunnel requests during a registry stop. We no longer produce a dynamic error message, but add the dynamic variables as fields that are attached to the logger and sentry report.

Changelog: changed

Merge request reports