-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Zalando problem supports stacktraces as part of an API "problem" response, see https://github.com/zalando/problem#stack-traces-and-causal-chains
{
"type": "about:blank",
"title": "Unprocessable Entity",
"status": 400,
"stacktrace": [
"org.example.Example.execute(Example.java:17)",
"org.example.Example.main(Example.java:11)"
]
}
Feature request
This extension provides stacktraces, too
Additional context
- Maybe a good starting point is, to show the stacktrace in Quarkus dev or test launch mode (see https://quarkus.io/guides/lifecycle#launch-modes)
- But "showing stacktraces" should be configurable probably
- Keep "native image" in mind
- Related Problem API response extended by HTTP method and possible stacktrace #35
- Some work has been done already, see https://github.com/SchulteMarkus/quarkus-problem-extension/commit/251a8cb67b84825e5504de978cd67aef97a11bf4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request