We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba76d05 commit cd88600Copy full SHA for cd88600
packages/dd-trace/src/debugger/devtools_client/snapshot/processor.js
@@ -74,7 +74,7 @@ function getPropertyValueRaw (prop, maxLength) {
74
}
75
76
function getObjectValue (obj, maxLength) {
77
- const timeBudgetReached = Object.hasOwn(obj, timeBudgetSym)
+ const timeBudgetReached = obj.timeBudgetSym === true
78
79
switch (obj.subtype) {
80
case undefined:
0 commit comments