We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a8cf3 commit c28d178Copy full SHA for c28d178
sentry_sdk/opentelemetry/tracing.py
@@ -45,7 +45,7 @@ def setup_sentry_tracing():
45
46
try:
47
existing_span_processors = (
48
- tracer_provider._active_span_processor._span_processors
+ tracer_provider._active_span_processor._span_processors # type: ignore[attr-defined]
49
)
50
except Exception:
51
existing_span_processors = []
0 commit comments