Skip to content

Commit 6a87b03

Browse files
committed
[supervisor] remote outcome for gitpod_activate_docker
1 parent 4a14c52 commit 6a87b03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,17 +1575,12 @@ func socketActivationForDocker(ctx context.Context, wg *sync.WaitGroup, term *te
15751575
},
15761576
LogToStdout: true,
15771577
})
1578-
outcome := "success"
1579-
if err != nil {
1580-
outcome = "failure"
1581-
}
15821578
w.Track(analytics.TrackMessage{
15831579
Identity: analytics.Identity{UserID: cfg.OwnerId},
15841580
Event: "gitpod_activate_docker",
15851581
Properties: map[string]interface{}{
15861582
"instanceId": cfg.WorkspaceInstanceID,
15871583
"workspaceId": cfg.WorkspaceID,
1588-
"outcome": outcome,
15891584
"debugWorkspace": cfg.isDebugWorkspace(),
15901585
},
15911586
})

0 commit comments

Comments
 (0)