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

Allows trackingmiddleware to work with both Trace V1 and V2 #318

Merged
merged 3 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Allows trackingmiddleware to work with both Trace V1 and V2

    Any format in which we receive the trace, whether v1 or v2,
    we must forward it in both the new and the old format.
    
    If we receive it in both formats, the v2 format will be
    prioritized.
    
    This enables the migration from trace v1 to trace v2
    without breaking compatibility.
    victormn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0bdfd4e View commit details
    Browse the repository at this point in the history
  2. pr fix

    victormn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fc97cb7 View commit details
    Browse the repository at this point in the history
  3. pr fix

    victormn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0016bbd View commit details
    Browse the repository at this point in the history