Add translate metrics (#8171)

* Add translate metrics

* Format
This commit is contained in:
Eric Bailey
2025-04-09 17:00:40 -05:00
committed by GitHub
parent 4c0213b3e9
commit 5371114609
4 changed files with 64 additions and 14 deletions
+6
View File
@@ -364,4 +364,10 @@ export type MetricEvents = {
details: boolean
}
'reportDialog:failure': {}
translate: {
sourceLanguages: string[]
targetLanguage: string
textLength: number
}
}