Skip to content

Commit

Permalink
Add SDKVersion to RequestInfo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengadbois committed Mar 21, 2017
1 parent 783933f commit 618dda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions houndify/request_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func createRequestInfo(clientID, requestID string, timeStamp int64, extraFields
reqInfo["ClientID"] = clientID
reqInfo["RequestID"] = requestID
reqInfo["SDK"] = "Go"
reqInfo["SDKVersion"] = "0.1"
reqInfo["PartialTranscriptsDesired"] = true
reqInfo["ObjectByteCountPrefix"] = true
return reqInfo, nil
Expand Down

0 comments on commit 618dda8

Please sign in to comment.