Skip to content

Conversation

michaldo
Copy link
Contributor

Allows declare by application properties which frames should be excluded from stacktrace.

For a long time it is widely known stacktrace contains frames from frameworks (haha) which are irrelevant for bug tracking and decrease readability.
For example this 13 years old article https://nurkiewicz.com/2012/03/filtering-irrelevant-stack-trace-lines.html is still valid.
More links can be found here: #43864 (comment)
And here #42486

Current printer implemented in Spring Boot has everything to filter out irrelevant frames. The only missing piece is configuring irrelevant frames.

This is PR is the icing on the cake.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants