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: 140441995936192
test_sets_new_tracer_provider_with_otlp_exporter
File:tests.integrations.otlp.test_otlp Suite:py3.12-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:84: in test_sets_new_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
File:tests.integrations.otlp.test_otlp Suite:py3.12-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:113: in test_uses_existing_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_sets_endpoint
File:tests.integrations.otlp.test_otlp Suite:py3.12-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:259: in test_collector_url_sets_endpoint
assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_none_falls_back_to_dsn
File:tests.integrations.otlp.test_otlp Suite:py3.12-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:300: in test_collector_url_none_falls_back_to_dsn
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_sets_new_tracer_provider_with_otlp_exporter
File:tests.integrations.otlp.test_otlp Suite:py3.13-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:84: in test_sets_new_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
File:tests.integrations.otlp.test_otlp Suite:py3.13-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:113: in test_uses_existing_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_sets_endpoint
File:tests.integrations.otlp.test_otlp Suite:py3.13-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:259: in test_collector_url_sets_endpoint
assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_none_falls_back_to_dsn
File:tests.integrations.otlp.test_otlp Suite:py3.13-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:300: in test_collector_url_none_falls_back_to_dsn
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_sets_new_tracer_provider_with_otlp_exporter
File:tests.integrations.otlp.test_otlp Suite:py3.14-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:84: in test_sets_new_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
File:tests.integrations.otlp.test_otlp Suite:py3.14-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:113: in test_uses_existing_tracer_provider_with_otlp_exporter
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_sets_endpoint
File:tests.integrations.otlp.test_otlp Suite:py3.14-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:259: in test_collector_url_sets_endpoint
assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
test_collector_url_none_falls_back_to_dsn
File:tests.integrations.otlp.test_otlp Suite:py3.14-otlp Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
Stack Trace
tests/integrations/otlp/test_otlp.py:300: in test_collector_url_none_falls_back_to_dsn
assert "X-Sentry-Auth" in exporter._headers
^^^^^^^^^^^^^^^^^
E AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'
✅ Patch coverage is 100.00%. Project has 2066 uncovered lines.
❌ Project coverage is 90.16%. Comparing base (979c7d4) to head (0a5ee58).
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 for Pymongo integration.Issues
Resolves #7605