File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
panels/timeline/overlays/components Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -677,6 +677,9 @@ export class EntryLabelOverlay extends HTMLElement {
677677 < button
678678 class ="ai-label-button enabled "
679679 @click =${ this . #handleAiButtonClick} >
680+ jslog=${ VisualLogging . link ( 'timeline.annotations.ai-generate-label' ) . track ( {
681+ click : true ,
682+ } ) }
680683 < devtools-icon
681684 class ="pen-icon extra-large "
682685 name ="pen-spark "
Original file line number Diff line number Diff line change @@ -3831,6 +3831,7 @@ export const knownContextValues = new Set([
38313831 'timeline.annotation-sidebar.delete' ,
38323832 'timeline.annotations-tab' ,
38333833 'timeline.annotations.' ,
3834+ 'timeline.annotations.ai-generate-label' ,
38343835 'timeline.annotations.create-entries-link' ,
38353836 'timeline.annotations.create-entry-label' ,
38363837 'timeline.annotations.create-entry-link' ,
You can’t perform that action at this time.
0 commit comments