-
-
Notifications
You must be signed in to change notification settings - Fork 23
request data have a mistake #63
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
Comments
i make a demo var a = process.title;
console.log(process.title || "empty");
console.log(a);
console.log(a === process.title); "process.title" and "a" is always different ... i run node app.js in atom inner terminal will be always different ... but if i use cmd run app.js result always is true so maybe this problem from atom or atom terminal (but atom terminal always use cmd ) maybe you should change function to get process.title or you can tell developer in development environment should set process.title in application.... then in exceptionless dashboard log always like good |
I'm not good at English , so do you understand? |
I think these two are related: #62 Were you able to reproduce this in the master branch? https://github.com/exceptionless/Exceptionless.JavaScript/blob/master/src/services/NodeEnvironmentInfoCollector.ts#L32 |
It's just will be happend in atom's terminal. so maybe this problem not about your project but if you want to see this you should use atom and install this package https://atom.io/packages/platformio-ide-terminal for reproduce this problem |
but i also seem #62 builder.setProperty("Response", res); if res object has chinese value , exceptionless dashboard will not be normal. |
#62 I find this problem how to resolve , i will submit a pull request |
I'm closing this as this is a duplicate of #62 which I'm working on in the browser and will take a look at your pr for node once it's fixed in the browser :) |
if i use this function
the request info like this :
in dashboard

if i use this function
result has change and process_name is unreadable chars
in dashboard
i use windows 10 and language is chinese , file encoding is utf8
The text was updated successfully, but these errors were encountered: