Skip to content

Commit

Permalink
add runtime version to crash report metadata (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Nov 27, 2024
1 parent 5c6d126 commit 82c489b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dd-trace/src/crashtracking/crashtracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Crashtracker {
'language:javascript',
`library_version:${pkg.version}`,
'runtime:nodejs',
`runtime_version:${process.versions.node}`,
'severity:crash'
]
}
Expand Down

0 comments on commit 82c489b

Please sign in to comment.