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 8e6c297 commit 8cd547eCopy full SHA for 8cd547e
packages/dd-trace/src/debugger/devtools_client/source-maps.js
@@ -39,6 +39,8 @@ const self = module.exports = {
39
// might throw an uncatchable error from within `AsyncLocalStorage._propagate` with the following error message:
40
//
41
// TypeError: Cannot read properties of undefined (reading 'Symbol(kResourceStore)')
42
+//
43
+// Source: https://github.com/nodejs/node/blob/v18.20.6/lib/async_hooks.js#L312
44
function cacheIt (key, value) {
45
if (NODE_MAJOR < 20) return value
46
cacheTime = Date.now()
0 commit comments