Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,9 @@ tests/:
uds-spring-boot: v1.38.0
test_debugger_exception_replay.py:
Test_Debugger_Exception_Replay:
'*': irrelevant # Temporarily disabled - updating approval snapshots
'*': missing_feature
spring-boot: v1.56.0-SNAPSHOT
uds-spring-boot: v1.56.0-SNAPSHOT
test_debugger_expression_language.py:
Test_Debugger_Expression_Language:
'*': missing_feature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"Async exception\"",
"stacktrace": [
{
Expand All @@ -20,8 +21,7 @@
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"Outer exception\"; nested exception is org.springframework.web.server.ResponseStatusException: 500 INTERNAL_SERVER_ERROR \"Inner exception\"",
"stacktrace": [
{
Expand All @@ -24,13 +25,12 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand All @@ -53,7 +53,7 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"multiple stack frames exception\"",
"stacktrace": [
{
Expand All @@ -36,13 +37,12 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand All @@ -69,7 +69,7 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
Expand All @@ -94,6 +94,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"multiple stack frames exception\"",
"stacktrace": [
{
Expand All @@ -114,13 +115,12 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand Down Expand Up @@ -151,7 +151,7 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
Expand All @@ -176,6 +176,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"multiple stack frames exception\"",
"stacktrace": [
{
Expand All @@ -196,13 +197,12 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand Down Expand Up @@ -237,7 +237,7 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
Expand All @@ -262,6 +262,7 @@
"locals": {},
"staticFields": {},
"throwable": {
"type": "org.springframework.web.server.ResponseStatusException",
"message": "500 INTERNAL_SERVER_ERROR \"multiple stack frames exception\"",
"stacktrace": [
{
Expand All @@ -282,13 +283,12 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
]
}
}
},
Expand All @@ -311,7 +311,7 @@
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
"lineNumber": 57
},
{
"<runtime>": "<scrubbed>"
Expand Down
Loading
Loading