Skip to content

Commit

Permalink
update crashtracker timeout to 5 seconds (#4920)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev authored Nov 21, 2024
1 parent 6080dfa commit 0bade65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/crashtracking/crashtracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Crashtracker {
},
timeout_ms: 3000
},
timeout_ms: 0,
timeout_ms: 5000,
// TODO: Use `EnabledWithSymbolsInReceiver` instead for Linux when fixed.
resolve_frames: 'EnabledWithInprocessSymbols'
}
Expand Down

0 comments on commit 0bade65

Please sign in to comment.