Skip to content

Commit a776343

Browse files
authored
Merge pull request #33336 from github/repo-sync
Repo sync
2 parents b8c6ad2 + 8f9ee05 commit a776343

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/events/components/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ type SendEventProps = {
120120
survey_comment?: string
121121
survey_email?: string
122122
survey_visit_duration?: number
123+
survey_rating?: number
123124
}
124125
}
125126

src/events/lib/schema.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ const survey = {
395395
description:
396396
'The duration of survey submission - page.timestamp, in seconds. Used to filter out bot-generated survey resopnses.',
397397
},
398+
survey_rating: {
399+
type: 'number',
400+
description:
401+
'The compute rating of the quality of the survey comment. Used for spam filtering and quality control.',
402+
},
398403
},
399404
}
400405

0 commit comments

Comments
 (0)