From 71c2958078caec1b5479fa19d746bee87c03c0b8 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Tue, 22 Nov 2022 14:06:46 +0530 Subject: [PATCH] Improve warning while sharing logs --- lib/utils/email_util.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/utils/email_util.dart b/lib/utils/email_util.dart index 7c9308443..cf456ecf7 100644 --- a/lib/utils/email_util.dart +++ b/lib/utils/email_util.dart @@ -89,7 +89,9 @@ Future sendLogs( content.addAll( [ const Text( - "This will send across logs to help us debug your issue. Please note that file names will be included to help track issues with specific files.", + "This will send across logs to help us debug your issue. " + "While we take precautions to ensure that sensitive information is not " + "logged, we encourage you to view these logs before sharing them.", style: TextStyle( height: 1.5, fontSize: 16,