-
Notifications
You must be signed in to change notification settings - Fork 10
hash stacktraces #2
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpackage-cliInvolving cli packageInvolving cli packagepackage-transformersInvolving transformers packageInvolving transformers package
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpackage-cliInvolving cli packageInvolving cli packagepackage-transformersInvolving transformers packageInvolving transformers package
Type
Fields
Give feedbackNo fields configured for issues without a type.
one use case for gnostic is post-mortem debugging. when analyzing stacktraces from a crashed process, it's useful to know if a particular exception thrown is unique. we can determine the uniqueness of any given traceback by removing variable information and distilling to the list of lines in the stack itself, then taking a hash of the result.
provide a command which accepts a report and outputs a hash of the stack trace.
Ref: https://github.com/hekike/node-report-analytics