Skip to content

Commit

Permalink
Add network to mixpanel metrics (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Dec 16, 2024
1 parent f529b1f commit cfd82e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ func UsageMetrics(command *cobra.Command, wg *sync.WaitGroup) {
IP: "0", // do not track IPs
Properties: map[string]any{
"command": command.CommandPath(),
"network": Flags.Network,
"version": build.Semver(),
"os": runtime.GOOS,
},
Expand Down

0 comments on commit cfd82e0

Please sign in to comment.