chore: message report sentry error, include eventID in title and full event content in body (#2511)

This commit is contained in:
ggurdin 2025-04-18 12:38:03 -04:00 committed by GitHub
parent f2d809ea10
commit 4864a46a77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,9 +72,9 @@ void reportEvent(
}
ErrorHandler.logError(
e: "User reported message",
e: "User reported message with eventId ${event.eventId}",
data: {
"content": event.content['body'],
"content": event.content,
"eventID": event.eventId,
"roomID": event.room.id,
"userID": event.senderId,