deepgram / deepgram-dotnet-sdk

.NET SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
28 stars 32 forks source link

Implement Grouping of Client Logs #305

Open dvonthenen opened 2 months ago

dvonthenen commented 2 months ago

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.

Context

Possible Implementation

Other information