Add more github analytics (#6506)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-09-10 12:40:15 +07:00
committed by GitHub
parent 9a9d7195bf
commit 87b8e59969
9 changed files with 76 additions and 7 deletions
@@ -655,6 +655,7 @@ export function createModel (builder: Builder): void {
builder.createDoc(presentation.class.DocCreateExtension, core.space.Model, {
ofClass: tracker.class.Issue,
apply: github.functions.UpdateIssue,
getAnalyticsProps: github.functions.GetCreateIssueAnalyticsProps,
components: {
createButton: github.component.GithubIssueInfoHeader
}