Skip to content

Commit

Permalink
add recording started
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinoffers committed Dec 20, 2024
1 parent f0dd903 commit bd63c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/services/highlighter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,10 @@ export class HighlighterService extends PersistentStatefulService<IHighlighterSt

// console.log('recording Alreadyt running?:', this.streamingService.views.isRecording);

this.usageStatisticsService.recordAnalyticsEvent('AIHighlighter', {
type: 'AiRecordingStarted',
});

if (this.streamingService.views.isRecording) {
// console.log('Recording is already running');
} else {
Expand Down

0 comments on commit bd63c92

Please sign in to comment.