You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/integrations/mistral/test_mistral.py:380: in test_input_attributes_nonstreaming_chat
sentry_init(
tests/conftest.py:349: in inner
client = sentry_sdk.Client(*a, **kw)
sentry_sdk/client.py:278: in __init__
self._init_impl()
sentry_sdk/client.py:428: in _init_impl
self.integrations = setup_integrations(
sentry_sdk/integrations/__init__.py:216: in setup_integrations
for integration_cls in iter_default_integrations(
sentry_sdk/integrations/__init__.py:44: in iter_default_integrations
yield getattr(import_module(module), cls)
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
???
<frozen importlib._bootstrap>:1024: in _find_and_load
???
<frozen importlib._bootstrap>:171: in __enter__
???
<frozen importlib._bootstrap>:123: in acquire
???
E KeyError: 139975709851648
test_cache_spans_item_size
File:tests.integrations.django.test_cache_module Suite:py3.14-django-v5.2.17 Error: tests/integrations/django/test_cache_module.py:546: in test_cache_spans_item_size
assert not spans[0]["attributes"]["cache.hit"]
E assert not True
Stack Trace
tests/integrations/django/test_cache_module.py:546: in test_cache_spans_item_size
assert not spans[0]["attributes"]["cache.hit"]
E assert not True
File:tests.test_transport Suite:py3.8-common Error: AssertionError: assert False is True
+ where False = _check_disabled('error')
+ where _check_disabled = <sentry_sdk.transport.AsyncHttpTransport object at 0x7f48b0326fa0>._check_disabled
+ where <sentry_sdk.transport.AsyncHttpTransport object at 0x7f48b0326fa0> = <sentry_sdk.client._Client object at 0x7f487c6fdbe0>.transport
Stack Trace
tests/test_transport.py:1037: in test_async_transport_rate_limiting_with_concurrency
assert client.transport._check_disabled("error") is True
E AssertionError: assert False is True
E + where False = _check_disabled('error')
E + where _check_disabled = <sentry_sdk.transport.AsyncHttpTransport object at 0x7f48b0326fa0>._check_disabled
E + where <sentry_sdk.transport.AsyncHttpTransport object at 0x7f48b0326fa0> = <sentry_sdk.client._Client object at 0x7f487c6fdbe0>.transport
✅ Patch coverage is 100.00%. Project has 2065 uncovered lines.
❌ Project coverage is 90.16%. Comparing base (0fbf5bf) to head (a761f66).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
send_default_piisupport from Starlette integration.Issues
Resolves #7612