Giter Site home page Giter Site logo

Comments (8)

EthianWong avatar EthianWong commented on May 24, 2024

it's so odd...

process.title is different ....

qq 20161109223830

but if i create a js just console process.title the result is normal

from exceptionless.javascript.

EthianWong avatar EthianWong commented on May 24, 2024

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
because many people use atom terminal....

or you can tell developer in development environment should set process.title in application....

then in exceptionless dashboard log always like good

from exceptionless.javascript.

EthianWong avatar EthianWong commented on May 24, 2024

I'm not good at English , so do you understand?

from exceptionless.javascript.

niemyjski avatar niemyjski commented on May 24, 2024

I think these two are related: #62
It comes down to encoding of those fields I think.

Were you able to reproduce this in the master branch? https://github.com/exceptionless/Exceptionless.JavaScript/blob/master/src/services/NodeEnvironmentInfoCollector.ts#L32

from exceptionless.javascript.

EthianWong avatar EthianWong commented on May 24, 2024

It's just will be happend in atom's terminal.
If i use system's terminal this problem will be resolve.

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

from exceptionless.javascript.

EthianWong avatar EthianWong commented on May 24, 2024

but i also seem #62

builder.setProperty("Response", res);

if res object has chinese value , exceptionless dashboard will not be normal.

from exceptionless.javascript.

EthianWong avatar EthianWong commented on May 24, 2024

#62 I find this problem how to resolve , i will submit a pull request

from exceptionless.javascript.

niemyjski avatar niemyjski commented on May 24, 2024

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 :)

from exceptionless.javascript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.