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: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.33.0
Choose a base ref
...
head repository: open-telemetry/opentelemetry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.1
Choose a head ref
  • 2 commits
  • 33 files changed
  • 4 contributors

Commits on May 16, 2025

  1. Fix max recursion bug by removing logging.log calls in emit (#4588) (#…

    …4589)
    
    * Fix max recursion bug by removing logging.log calls in emit
    
    * Update opentelemetry-sdk/src/opentelemetry/sdk/_shared_internal/__init__.py
    
    
    
    * Add changelog
    
    * Fix linter
    
    * Respond to comments in PR
    
    * Remove log line
    
    * Fix lint issues
    
    * Attach handler to SDK logger instead of root logger and remote it after test is done. Fix lint issues..
    
    * Assert no logs emitted. ADd try/except block for cleanup
    
    * Skip test on <python3.10
    
    * Run precommit
    
    * Apply suggestions from code review
    
    * use try/finally instead of try/except
    
    ---------
    
    Co-authored-by: DylanRussell <DylanRussell@users.noreply.github.com>
    Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
    3 people authored May 16, 2025
    Configuration menu
    Copy the full SHA
    4dad82a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acae2c2 View commit details
    Browse the repository at this point in the history
Loading