Remove test error on startup, and send correct user text

This commit is contained in:
James Salter
2021-08-11 18:01:22 +01:00
parent ba1618812c
commit cc9ddb351f
4 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export async function sendSentryReport(userText: string, issueUrl: string, error
const captureContext = {
"contexts": await getContexts(),
"extra": {
"userText": userText,
"user_text": userText,
"issue_url": issueUrl,
},
};