From 97dc62c83a6b1d7a4cc4d2f6301ba9d7315a9d1a Mon Sep 17 00:00:00 2001 From: goenning Date: Fri, 7 Jan 2022 10:29:34 +0000 Subject: [PATCH] log errors when tech insights throws an error Signed-off-by: goenning --- .changeset/great-points-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/great-points-design.md b/.changeset/great-points-design.md index cdc24c8f81..7ce22b1bac 100644 --- a/.changeset/great-points-design.md +++ b/.changeset/great-points-design.md @@ -2,4 +2,4 @@ '@backstage/plugin-tech-insights-backend': patch --- -log errors on tech insights fact retriever +Catch errors from a fact retriever and log them.