We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df61c28 commit bd870d3Copy full SHA for bd870d3
opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
@@ -755,7 +755,7 @@ def __init__(
755
record_exception: bool = True,
756
set_status_on_exception: bool = True,
757
limits=_UnsetLimits,
758
- instrumentation_scope: InstrumentationScope = None,
+ instrumentation_scope: Optional[InstrumentationScope] = None,
759
) -> None:
760
if resource is None:
761
resource = Resource.create({})
0 commit comments