Skip to content

feat(integrations): Add integration for qdrant #3623

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Merge branch 'getsentry:master' into master

35a3fec
Select commit
Loading
Failed to load commit list.
Draft

feat(integrations): Add integration for qdrant #3623

Merge branch 'getsentry:master' into master
35a3fec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

44.81% (-39.47%) compared to 3945fc1

View this Pull Request on Codecov

44.81% (-39.47%) compared to 3945fc1

Details

Codecov Report

Attention: Patch coverage is 0.56338% with 353 lines in your changes missing coverage. Please review.

Project coverage is 44.81%. Comparing base (3945fc1) to head (35a3fec).
Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
sentry_sdk/integrations/qdrant/qdrant.py 0.00% 258 Missing ⚠️
sentry_sdk/integrations/qdrant/path_matching.py 0.00% 67 Missing ⚠️
sentry_sdk/integrations/qdrant/__init__.py 0.00% 21 Missing ⚠️
sentry_sdk/integrations/qdrant/consts.py 0.00% 7 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (3945fc1) and HEAD (35a3fec). Click for more details.

HEAD has 77 uploads less than BASE
Flag BASE (3945fc1) HEAD (35a3fec)
112 35
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3623       +/-   ##
===========================================
- Coverage   84.27%   44.81%   -39.47%     
===========================================
  Files         133      137        +4     
  Lines       14068    14423      +355     
  Branches     2966     2457      -509     
===========================================
- Hits        11856     6463     -5393     
- Misses       1471     7389     +5918     
+ Partials      741      571      -170     
Files with missing lines Coverage Δ
sentry_sdk/consts.py 99.52% <100.00%> (+<0.01%) ⬆️
sentry_sdk/integrations/qdrant/consts.py 0.00% <0.00%> (ø)
sentry_sdk/integrations/qdrant/__init__.py 0.00% <0.00%> (ø)
sentry_sdk/integrations/qdrant/path_matching.py 0.00% <0.00%> (ø)
sentry_sdk/integrations/qdrant/qdrant.py 0.00% <0.00%> (ø)

... and 101 files with indirect coverage changes