Careless whisper (#6877)
Co-authored-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -168,7 +168,7 @@ export type AnalyticsEvent =
|
||||
| {
|
||||
name: 'input_voice_dictation';
|
||||
properties: {
|
||||
action: 'start' | 'stop' | 'transcribed' | 'error';
|
||||
action: 'start' | 'stop' | 'transcribed' | 'error' | 'auto_submit';
|
||||
duration_seconds?: number;
|
||||
error_type?: string;
|
||||
};
|
||||
@@ -593,7 +593,7 @@ export function trackFileAttached(fileType: 'file' | 'directory'): void {
|
||||
}
|
||||
|
||||
export function trackVoiceDictation(
|
||||
action: 'start' | 'stop' | 'transcribed' | 'error',
|
||||
action: 'start' | 'stop' | 'transcribed' | 'error' | 'auto_submit',
|
||||
durationSeconds?: number,
|
||||
errorType?: string
|
||||
): void {
|
||||
|
||||
Reference in New Issue
Block a user