Transactions using OpenAPI C# is not showing up

Hi @kaushas -

When these logs were created - did the transaction show up in Kibana? I assume not, right? What I see in the logs is that at 2020-03-09 11:10:20.201 -04:00][Trace] the transaction is ended and it's enqueued, but the last line from the agent is at [2020-03-09 11:10:20.205 -04:00][Trace] - nothing comes after that.

Can it be that the agent has no chance to send the data to the server? Or how long was this process running after that? The flusinterval is by default 10 sec, so worst case you'll need to wait 10 sec, so the agent can send the data to the server. What I miss in the logs is the part where the agent tries to send the data to the server, that does not happen. I'd say this could have 2 reasons - either the agent does not have the chance to try this, because the process terminates, or from some reason the agent never tries sending data, but for that I don't see any sign in the logs - First I want to make sure we don't have the 1. scenario here.