mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
chore: add CLI invokation telemetry (#7589)
This commit is contained in:
@ -83,7 +83,7 @@ func (r *RootCmd) vscodeSSH() *clibase.Cmd {
|
||||
client.SetSessionToken(string(sessionToken))
|
||||
|
||||
// This adds custom headers to the request!
|
||||
err = r.setClient(client, serverURL)
|
||||
err = r.setClient(client, serverURL, r.header)
|
||||
if err != nil {
|
||||
return xerrors.Errorf("set client: %w", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user