Skip to content

Commit c28d178

Browse files
committed
mypy
1 parent 06a8cf3 commit c28d178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/opentelemetry/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setup_sentry_tracing():
4545

4646
try:
4747
existing_span_processors = (
48-
tracer_provider._active_span_processor._span_processors
48+
tracer_provider._active_span_processor._span_processors # type: ignore[attr-defined]
4949
)
5050
except Exception:
5151
existing_span_processors = []

0 commit comments

Comments
 (0)