Skip to content

fix: blank error messages

Rashaad Gray requested to merge slb/rg/improve-error-logging into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Fix blank error messages in Insights Some unexpected errors are not in JSON format. So when the code attempts to convert the error object to a string it returns '{}'

Edited by Rashaad Gray

Merge request reports