You've already forked matrix-react-sdk
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:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user