deepgram-dotnet-sdk
deepgram-dotnet-sdk copied to clipboard
Implement Grouping of Client Logs
Proposed changes
We want to be able to know which log trace statements correspond to a given request_id. Since we don't get the request_id until the end, create a unique id so that we can correlate that unique id to the request_id later.