1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Remove test error on startup, and send correct user text

This commit is contained in:
James Salter
2021-08-11 17:47:54 +01:00
parent ba1618812c
commit cc9ddb351f
4 changed files with 4 additions and 12 deletions

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,
},
};