Superhero Wallet is able of keeping an error log of the errors you encounter if you chose to do so. This will help us to identify what causes the errors and work on proper fixes.
You may export the error log in .json format and provide this information when requested by Support.
Thank you for being a fellow Superhero!
", + "keepErrorLog": "Keep error log", + "exportErrorLog": "Export error log", + "disableDialog": { + "title": "Disable error log", + "subtitle": "and export collected data", + "msg": "You are about to disable keeping an error log for Superhero Wallet. This will delete all previous error data saved in the storage.", + "question": "Would you like to export the error log and disable the feature?", + "btnText": "Export and disable" + } }, "addressBook": { "addAddress": "Add", diff --git a/src/popup/pages/ErrorLogSettings.vue b/src/popup/pages/ErrorLogSettings.vue index c67b9cc28..5e4a014de 100644 --- a/src/popup/pages/ErrorLogSettings.vue +++ b/src/popup/pages/ErrorLogSettings.vue @@ -3,38 +3,75 @@
- {{ $t('pages.errors-log-settings.description') }}
+