[🐴] Add new chat metrics (#4130)
* remove a comment * add types for event, add log to profile button * add `chat:open` * add to chat list items * fix types * oops * oops 2.0
This commit is contained in:
		
							parent
							
								
									22522090c2
								
							
						
					
					
						commit
						516eb69637
					
				
					 6 changed files with 44 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -125,6 +125,13 @@ export type LogEvents = {
 | 
			
		|||
      | 'ProfileHeaderSuggestedFollows'
 | 
			
		||||
      | 'ProfileMenu'
 | 
			
		||||
      | 'ProfileHoverCard'
 | 
			
		||||
      | 'Chat'
 | 
			
		||||
  }
 | 
			
		||||
  'chat:create': {
 | 
			
		||||
    logContext: 'ProfileHeader' | 'NewChatDialog'
 | 
			
		||||
  }
 | 
			
		||||
  'chat:open': {
 | 
			
		||||
    logContext: 'ProfileHeader' | 'NewChatDialog' | 'ChatsList'
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  'test:all:always': {}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue