We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.28.5
While debugging NullReferenceExceptions were observed in PayloadSenderV2. The APM was disabled via: "ELASTIC_APM_ENABLED": "false",
PayloadSenderV2
"ELASTIC_APM_ENABLED": "false",
apm-agent-dotnet/src/Elastic.Apm/Report/PayloadSenderV2.cs
Lines 184 to 185 in 9a99a2e
_logger was null, NRE was raised within Debug method.
_logger
Lines 75 to 77 in 9a99a2e
The text was updated successfully, but these errors were encountered:
Thanks for reporting this rather nasty bug @th3ragex 🙏 , we will be pushing a new release with a fix shortly.
Sorry, something went wrong.
@Mpdreamz Thank you for your fast and continuous support on this library! 🙏
Successfully merging a pull request may close this issue.
APM Agent version
1.28.5
Describe the bug
While debugging NullReferenceExceptions were observed in
PayloadSenderV2
.The APM was disabled via:
"ELASTIC_APM_ENABLED": "false",
apm-agent-dotnet/src/Elastic.Apm/Report/PayloadSenderV2.cs
Lines 184 to 185 in 9a99a2e
_logger
was null, NRE was raised within Debug method.Observed root causes:
apm-agent-dotnet/src/Elastic.Apm/Report/PayloadSenderV2.cs
Lines 75 to 77 in 9a99a2e
Expected behavior
The text was updated successfully, but these errors were encountered: