Skip to content

Commit

Permalink
update libdatadog
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Nov 13, 2024
1 parent a094e3d commit 56f9c9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"node": ">=18"
},
"dependencies": {
"@datadog/libdatadog": "^0.1.6",
"@datadog/libdatadog": "^0.2.1",
"@datadog/native-appsec": "8.1.1",
"@datadog/native-iast-rewriter": "2.4.1",
"@datadog/native-iast-taint-tracking": "3.1.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/dd-trace/src/crashtracking/crashtracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ class Crashtracker {

return {
additional_files: [],
create_alt_stack: false,
create_alt_stack: true,
use_alt_stack: true,
endpoint: {
// TODO: Use the string directly when deserialization is fixed.
url: {
Expand All @@ -59,9 +60,9 @@ class Crashtracker {
},
timeout_ms: 3000
},
timeout_ms: 0,
// TODO: Use `EnabledWithSymbolsInReceiver` instead for Linux when fixed.
resolve_frames: 'EnabledWithInprocessSymbols',
wait_for_receiver: false
resolve_frames: 'EnabledWithInprocessSymbols'
}
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@
resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
integrity "sha1-u1BFecHK6SPmV2pPXaQ9Jfl729k= sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="

"@datadog/libdatadog@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.1.6.tgz#41da837da80a278b13402b450ce7a9e3dec9ec75"
integrity sha512-CnCES2aNypo229yUhnzSa7DDDwIIDU5QKbaDr8w8pRy7aB3Ug7HJmxE0qn/5x7LQBQ8rMpTc+/7gAqhLUROFbw==
"@datadog/libdatadog@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.2.1.tgz#f59238afd1495c17d6e8391e5151264b6541f92c"
integrity sha512-gtLSB4cGCDTLRL9AqzPMfMYxCJk9Cfh8ogMAUD67LC52Isz9LQJYPEw7Jp/S84yRXS8lcw/EPrxMtFqDtu6DaA==

"@datadog/native-appsec@8.1.1":
version "8.1.1"
Expand Down

0 comments on commit 56f9c9d

Please sign in to comment.