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: instana/python-sensor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 1mike1451/python-sensor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 26, 2026

  1. fix(tracer): restore OpenTelemetry API compliance for context parameter

    Add 'context' parameter to start_span() and start_as_current_span()
    while maintaining backward compatibility with 'span_context' parameter.
    
    Fixes TypeError with OpenTelemetry-compliant libraries (regression from c4d4251).
    Includes 15 new tests, all 20 tests pass.
    
    Signed-off-by: Michael Ramos <ramosm@us.ibm.com>
    mike14511 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    fea2e0a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. fix(tracer): use isinstance guard when extracting span context from O…

    …Tel context
    
    Signed-off-by: Michael Ramos <ramosm@us.ibm.com>
    mike14511 committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    f367d2c View commit details
    Browse the repository at this point in the history
Loading