Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Stacktrace Simplifyer #53

Open
tobiasstamann opened this issue Jul 17, 2015 · 0 comments
Open

Stacktrace Simplifyer #53

tobiasstamann opened this issue Jul 17, 2015 · 0 comments

Comments

@tobiasstamann
Copy link
Member

The contextprovider for Throwables should offer the possibility to simplify output.

Basically only the following entries of the stacktrace might be relevant:

  • initial stack entries
  • last stack entries
  • own code (determined by package name)
  • foreign code that calls own code
  • foreign code called by own code

Foreign code (like 3rd Party Frameworks or Container) is mostly irrelevant for anylyzing the stacktrace.

Add Property to configure package names that should be handled as own code and switch for deactivating simplifyer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant