Skip to content
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

Add full stack-trace to dataOut #30

Open
codemeasandwich opened this issue Feb 3, 2023 · 0 comments
Open

Add full stack-trace to dataOut #30

codemeasandwich opened this issue Feb 3, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@codemeasandwich
Copy link
Owner

Could a new property (i.e. "from") be added to the dataOut object representation that would have the full stack Trace?

{
   v:"1.2.3",

  from: [ "at main (c:\Users\Me\Documents\MyApp\app.js:9:15)",
    "at Object (c:\Users\Me\Documents\MyApp\app.js:17:1)",
    "at Module._compile (module.js:460:26)",
    "at Object.Module._extensions..js (module.js:478:10)" ],

   git:{
      repo:"myRepo",
      branch:"master",
      hash:"3d608bf"
   },
   trace:{
      ...
   }
   info:{
      time:2022-06-27T16:24:06.473Z,
      mode:"local",
      hostname:"box",
      logLevel:"log",
      instance:"bfc977a"
   },
   context:{
      fileName:"index.js",
      lineNumber:174
   },
   input:{
    message: "hello world"
   },
}
@codemeasandwich codemeasandwich added enhancement New feature or request question Further information is requested labels Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant