8000 ref: Move propagator out of `integrations/opentelemetry/` by sentrivana · Pull Request #4260 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content

ref: Move propagator out of integrations/opentelemetry/ #4260

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

Merged
merged 17 commits into from
Apr 10, 2025

Conversation

sentrivana
Copy link
Contributor
@sentrivana sentrivana commented Apr 9, 2025

Moving stuff out of integrations/opentelemetry/ step by step since there is no OpenTelemetry integration anymore -- it's part of the core SDK.

This moves sentry_sdk/integrations/opentelemetry/propagator.py -> sentry_sdk/opentelemetry/propagator.py

Ref #3853

@sentrivana sentrivana changed the title ref: Move propagator out of integrations ref: Move propagator out of integrations/opentelemetry/ Apr 9, 2025
Copy link
codecov bot commented Apr 9, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
20480 2 20478 4416
View the top 2 failed test(s) by shortest run time
tests.test_basics test_classmethod_tracing
Stack Traces | 0.082s run time
tests/test_basics.py:811: in test_classmethod_tracing
    assert fake_start_child.call_count == 1
E   AssertionError: assert 2 == 1
E    +  where 2 = <MagicMock name='mock.start_child' id='140330210191296'>.call_count
tests.test_basics test_staticmethod_tracing
Stack Traces | 0.151s run time
tests/test_basics.py:790: in test_staticmethod_tracing
    assert fake_start_child.call_count == 1
E   AssertionError: assert 3 == 1
E    +  where 3 = <MagicMock name='mock.start_child' id='140192343539664'>.call_count

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@sentrivana sentrivana marked this pull request as ready for review April 9, 2025 11:33
@sentrivana sentrivana requested a review from a team as a code owner April 9, 2025 11:33
@sentrivana sentrivana requested review from a team and removed request for a team April 9, 2025 11:33
Copy link
Member
@szokeasaurusrex szokeasaurusrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, see comments

Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
Base automatically changed from ivana/potel/move-span-processor-out-of-integration to potel-base April 10, 2025 14:10
@sentrivana sentrivana merged commit 6c521d1 into potel-base Apr 10, 2025
123 of 125 checks passed
@sentrivana sentrivana deleted the ivana/potel/move-propagator branch April 10, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0