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

Add only_if_parent option to POTelSpan and use it in integrations #3748

Merged
merged 1 commit into from
Nov 11, 2024

Add `only_if_parent` option to POTelSpan and use it in integrations

f2686b9
Select commit
Loading
Failed to load commit list.
Merged

Add only_if_parent option to POTelSpan and use it in integrations #3748

Add `only_if_parent` option to POTelSpan and use it in integrations
f2686b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 1s

25.59% (-51.27%) compared to 4650c7e

View this Pull Request on Codecov

25.59% (-51.27%) compared to 4650c7e

Details

Codecov Report

Attention: Patch coverage is 47.61905% with 11 lines in your changes missing coverage. Please review.

Project coverage is 25.59%. Comparing base (4650c7e) to head (f2686b9).

Files with missing lines Patch % Lines
sentry_sdk/tracing.py 58.82% 4 Missing and 3 partials ⚠️
sentry_sdk/ai/monitoring.py 0.00% 2 Missing ⚠️
sentry_sdk/integrations/graphene.py 0.00% 1 Missing ⚠️
sentry_sdk/integrations/langchain.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (4650c7e) and HEAD (f2686b9). Click for more details.

HEAD has 99 uploads less than BASE
Flag BASE (4650c7e) HEAD (f2686b9)
101 2
Additional details and impacted files
@@               Coverage Diff               @@
##           potel-base    #3748       +/-   ##
===============================================
- Coverage       76.86%   25.59%   -51.27%     
===============================================
  Files             139      139               
  Lines           14250    14253        +3     
  Branches         2233     2105      -128     
===============================================
- Hits            10953     3648     -7305     
- Misses           2623    10264     +7641     
+ Partials          674      341      -333     
Files with missing lines Coverage Δ
sentry_sdk/integrations/aiohttp.py 10.05% <ø> (-75.15%) ⬇️
sentry_sdk/integrations/anthropic.py 7.14% <ø> (-77.98%) ⬇️
sentry_sdk/integrations/arq.py 10.25% <ø> (-81.20%) ⬇️
sentry_sdk/integrations/asyncio.py 0.00% <ø> (-90.20%) ⬇️
sentry_sdk/integrations/asyncpg.py 11.81% <ø> (-80.00%) ⬇️
sentry_sdk/integrations/boto3.py 79.51% <ø> (-2.41%) ⬇️
sentry_sdk/integrations/celery/__init__.py 3.58% <ø> (-86.55%) ⬇️
sentry_sdk/integrations/clickhouse_driver.py 16.66% <ø> (-76.05%) ⬇️
sentry_sdk/integrations/cohere.py 11.76% <ø> (-67.23%) ⬇️
sentry_sdk/integrations/django/__init__.py 5.47% <ø> (-77.54%) ⬇️
... and 26 more

... and 87 files with indirect coverage changes