Got wrong MachineName when using Exceptionless client v4.4.0
witskeeper opened this issue · 8 comments
Got wrong MachineName when using Exceptionless client v4.4.0 with ASP.NET Core 3.1.x
Exceptionless v4.3.x works well.
What is the difference between process machine name and the environment machine name for you? Also, I'm wondering if we should be falling back to environment machine name if the process.MachineName is empty? (would it ever be empty). Looks like Process.MachineName will return the computer name where the process is running on . https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process.machinename?view=netcore-3.1 Makes me think we should be using the process instead of the actual machine name.
Thanks for the PR!
when will the new version be released ? @niemyjski
We like to try and get a few changes out in each release, can you use a nightly build for now?
If this issues is resolved, please notify me, thank you @niemyjski
this issue is resolved and merged in, you can find the nuget packages on our nightly ci feed: https://f.feedz.io/exceptionless/exceptionless/nuget/index.json
A new release is building right now: https://github.com/exceptionless/Exceptionless.Net/releases/tag/v4.4.1