Skip to content

Commit

Permalink
added new fields to XscAnalyticsGeneralEventFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 8, 2025
1 parent b7bfb63 commit 0eb6195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xsc/services/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ type XscGitInfoContext struct {

type XscAnalyticsGeneralEventFinalize struct {
XscAnalyticsBasicGeneralEvent
MultiScanId string `json:"multi_scan_id,omitempty"`
MultiScanId string `json:"multi_scan_id,omitempty"`
GitRepoUrl string `json:"git_repository,omitempty"`
Watches []string `json:"watches,omitempty"`
}

type XscAnalyticsBasicGeneralEvent struct {
Expand Down

0 comments on commit 0eb6195

Please sign in to comment.