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

feat(core): Deprecate span.toTraceparent() in favor of spanToTraceHeader() util #10031

Merged
merged 4 commits into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. feat(core): Deprecate span.toTraceparent() in favor of util

    Instead, there is a new util `spanToTraceHeader(span)` which can be used. This is done to align the Span schema with OpenTelemetry.
    
    Open question: Do we need to re-export this from all our packages?
    mydea committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f5fa7bb View commit details
    Browse the repository at this point in the history
  2. fix tests

    mydea committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0f23988 View commit details
    Browse the repository at this point in the history
  3. add migration doc

    mydea committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    39baf48 View commit details
    Browse the repository at this point in the history
  4. linting fixes

    mydea committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4471aa4 View commit details
    Browse the repository at this point in the history