Skip to content

Commit

Permalink
Add new field to XscAnalyticsGeneralEventFinalize (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman authored Jan 12, 2025
1 parent b7bfb63 commit a16b038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xsc/services/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ type XscGitInfoContext struct {
type XscAnalyticsGeneralEventFinalize struct {
XscAnalyticsBasicGeneralEvent
MultiScanId string `json:"multi_scan_id,omitempty"`
GitRepoUrl string `json:"git_repository,omitempty"`
}

type XscAnalyticsBasicGeneralEvent struct {
Expand Down

0 comments on commit a16b038

Please sign in to comment.