Skip to content

Commit

Permalink
add recording started (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinoffers authored Jan 8, 2025
1 parent 4eb9f99 commit 0211d5b
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 0211d5b

Please sign in to comment.