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

[PROF-8917] Misc fixes from crashtracker branch #3517

Merged
merged 7 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. Extract ddtrace_version into ruby_helpers.h

    Having access to the version will come in handy in the crash tracker
    branch, and in general it seems like a useful helper to move outside the
    `HttpTransport`.
    ivoanjo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    10ca9a7 View commit details
    Browse the repository at this point in the history
  2. Minor: Remove redundant log message

    When the profiler starts up, a number of other log messages are also
    printed, so let's get rid of a few.
    
    (Also, when it's disabled, it shows up on the environment logger, so
    that's already covered too.)
    ivoanjo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4498e80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    656ed99 View commit details
    Browse the repository at this point in the history
  4. Minor: Remove unused/outdated type declaration

    `EventGroup` has long since been removed from the codebase
    ivoanjo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    85e7c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    071430d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a5216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c9ecf6 View commit details
    Browse the repository at this point in the history