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

Stacktrace Simplifyer #53

Description

@tobiasstamann

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions