We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6d126 commit 82c489bCopy full SHA for 82c489b
packages/dd-trace/src/crashtracking/crashtracker.js
@@ -79,6 +79,7 @@ class Crashtracker {
79
'language:javascript',
80
`library_version:${pkg.version}`,
81
'runtime:nodejs',
82
+ `runtime_version:${process.versions.node}`,
83
'severity:crash'
84
]
85
}
0 commit comments