Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: DataDog/dd-trace-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    bb5358e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: prevent crash due to invalid headers (#132)

    * fix: prevent crash due to invalid headers
    
    When the tracer encounters an invalid propagation header value,
    logging the list of headers and their values can lead to a crash.
    dmehala authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f743f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: regression in sampling delegation handling (#133)

    This fixes a regression introduced by Sampling Delegation (#59).
    When the sampling delegation header is present during the trace context
    extraction, the sampling priority is discarded even if the feature is
    disabled.
    
    This change of behaviour can potentially result in
    an increase of ingested spans. Additionally, the tracer should behave
    as before the introduction of this feature when it is not enabled.
    
    Changes:
      - Sampling priority is not longer discard when`x-datadog-delegate-trace-sampling` is present.
      - Update sampling delegation tests.
    dmehala authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    415193d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    26e666f View commit details
    Browse the repository at this point in the history
Loading