Remove test error on startup, and send correct user text
This commit is contained in:
+1
-1
@@ -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