-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathexception_replay_inner_java_snapshots_expected.json
More file actions
64 lines (64 loc) · 1.84 KB
/
exception_replay_inner_java_snapshots_expected.json
File metadata and controls
64 lines (64 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"captures": {
"entry": {
"arguments": {},
"locals": {},
"staticFields": {}
},
"return": {
"arguments": {
"this": {
"type": "com.datadoghq.system_tests.springboot.ExceptionReplayController",
"fields": {}
}
},
"locals": {},
"staticFields": {},
"throwable": {
"message": "500 INTERNAL_SERVER_ERROR \"Outer exception\"; nested exception is org.springframework.web.server.ResponseStatusException: 500 INTERNAL_SERVER_ERROR \"Inner exception\"",
"stacktrace": [
{
"function": "com.datadoghq.system_tests.springboot.ExceptionReplayController.exceptionReplayInner",
"lineNumber": 34
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
},
{
"<runtime>": "<scrubbed>"
}
],
"type": "org.springframework.web.server.ResponseStatusException"
}
}
},
"exceptionId": "<scrubbed>",
"id": "<scrubbed>",
"language": "java",
"probe": {
"id": "<scrubbed>",
"version": 0,
"location": {
"lines": [],
"method": "exceptionReplayInner",
"type": "com.datadoghq.system_tests.springboot.ExceptionReplayController"
}
},
"stack": [
{
"function": "com.datadoghq.system_tests.springboot.ExceptionReplayController.exceptionReplayInner",
"lineNumber": 34
},
{
"function": "datadog.trace.instrumentation.springweb.HandlerMappingResourceNameFilter.doFilterInternal",
"lineNumber": 51
},
{
"<runtime>": "<scrubbed>"
}
],
"timestamp": "<scrubbed>"
}
]