-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
Got wrong MachineName when using Exceptionless client v4.4.0 #233
Comments
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 |
* exceptionless/Exceptionless.Net#233 Co-authored-by: Brook <[email protected]>
Got wrong MachineName when using Exceptionless client v4.4.0 with ASP.NET Core 3.1.x
Exceptionless v4.3.x works well.
The text was updated successfully, but these errors were encountered: