Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial #4064

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Initial #4064

wants to merge 1 commit into from

Conversation

sanchda
Copy link

@sanchda sanchda commented Nov 5, 2024

What does this PR do?
libdatadog v14.0.0 ships a new release of crashtracking, which makes the component safer for a wider variety of applications. At a high level, the main design difference is that crashtracking now waits for a crash to spawn a receiver process, and it tries very hard to ensure that process is reaped by the crashing process.

  • Change the top-level crashtracking timeout from seconds to milliseconds (and improve the implementation of that timeout to be more strict)
  • Remove init functions--now there's just one
  • Remove "wait for receiver" as this is now implied
  • Decouple altstack creation from altstack usage

Motivation:
Hopefully this fix makes crashtracking better for Ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant