CloudMigration: Add user uid to on prem event collection (#94804)
* add useruid to report events * test
This commit is contained in:
@@ -50,6 +50,7 @@ type EventRequestDTO struct {
|
||||
Event LocalEventType `json:"event"`
|
||||
Error string `json:"error"`
|
||||
DurationIfFinished time.Duration `json:"duration"`
|
||||
UserUID string `json:"userUid"`
|
||||
}
|
||||
|
||||
type LocalEventType string
|
||||
|
||||
Reference in New Issue
Block a user