We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ca2e6 commit 27f9fcfCopy full SHA for 27f9fcf
tests/ext/crashtracker_segfault.phpt
@@ -75,6 +75,32 @@ $rr->waitForRequest(function ($request) {
75
"source_type": "Crashtracking",
76
%A
77
},
78
+ "experimental": {
79
+ "runtime_stack": {
80
+ "format": "Datadog Runtime Callback 1.0",
81
+ "frames": [
82
+ {
83
+ "file": "[internal function]",
84
+ "function": "posix_kill"
85
+ },
86
87
+ "file": "Command line code",
88
+ "function": "{closur%s}",
89
+ "line": 1
90
91
+%A {
92
93
+ "function": "class_exists",
94
95
96
97
98
+ "function": "[top-level code]",
99
100
+ }
101
+ ]
102
103
104
105
"incomplete": false,
106
"metadata": {
0 commit comments