in pkg/middleware/recorder.go [104:106]
func hideUUID(s string) string { return uuidMatcher.ReplaceAllLiteralString(s, uuid.Nil.String()) }