From d5199ebcd7d9ec2050d14aea5ad1c2d48178248a Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 17 Aug 2021 21:43:29 +0100 Subject: [PATCH] Don't fail builds if sentry down --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6c58390f..a386c9ca2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -362,6 +362,10 @@ stages: else sentry-cli releases deploys "${RELEASENAME}" new -e production fi + if [ $? -gt 0 ]; then + echo "##vso[task.logissue type=warning]Error uploading source maps." + fi + exit 0 displayName: Publish Sentry Source Maps condition: | or