From 59365653b83f0c4361b2816522d5dbda177ac702 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Wed, 20 Sep 2023 13:18:51 +0330 Subject: [PATCH] Fix sentry dart plugin upload --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 5e835951..4273cc9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -170,3 +170,4 @@ sentry: upload_source_maps: true upload_sources: true log_level: info + ignore_missing: true