File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3359,7 +3359,11 @@ const MainFrame = (props: Props) => {
3359
3359
initialStepIndex,
3360
3360
initialProjectData,
3361
3361
} ) ;
3362
- sendInAppTutorialStarted ( { tutorialId, scenario } ) ;
3362
+ sendInAppTutorialStarted ( {
3363
+ tutorialId,
3364
+ scenario,
3365
+ isUIRestricted : ! ! selectedInAppTutorialShortHeader . shouldRestrictUI ,
3366
+ } ) ;
3363
3367
setSelectedInAppTutorialInfo ( null ) ;
3364
3368
} ,
3365
3369
[
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ export const sendTutorialOpened = (tutorialName: string) => {
248
248
export const sendInAppTutorialStarted = ( metadata : { |
249
249
tutorialId : string ,
250
250
scenario : 'startOver' | 'resume' | 'start' ,
251
+ isUIRestricted : boolean ,
251
252
| } ) = > {
252
253
recordEvent ( 'in-app-tutorial-started' , metadata ) ;
253
254
} ;
You can’t perform that action at this time.
0 commit comments