0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-21 23:03:44 +02:00

Use a single context instead

This commit is contained in:
Neil Alexander 2022-09-07 16:24:43 +01:00
parent 5014b35bd7
commit 31f4ae8997
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -287,7 +287,7 @@ func (u *latestEventsUpdater) latestState() error {
}).Warnf("State reset detected (removing %d events)", removed)
sentry.WithScope(func(scope *sentry.Scope) {
scope.SetLevel("warning")
scope.SetContexts(map[string]interface{}{
scope.SetContext("State reset", map[string]interface{}{
"Event ID": u.event.EventID(),
"Old state NID": fmt.Sprintf("%d", u.oldStateNID),
"New state NID": fmt.Sprintf("%d", u.newStateNID),