This commit is contained in:
Shreyas Goenka 2025-03-06 12:42:55 +01:00
parent 7d359b88a2
commit 3fe457257b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ import (
)
func withCommandExecIdInUserAgent(ctx context.Context) context.Context {
// A UUID that will allow us to correlate multiple API requests made by
// the same CLI invocation.
return useragent.InContext(ctx, "cmd-exec-id", command.ExecId(ctx))
}