elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
586 stars 208 forks source link

Ensure isEnabled = false won't start worker loop #2436

Closed Mpdreamz closed 2 months ago

Mpdreamz commented 2 months ago

Inside PayloadSenderV2, we also now early exit when events get queued.

Removed early exit from constructor, allow readonly fields to be initialized so that when we start adding nullable annotations not all of them have to be nullable