Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-botocore/src/ope…
Browse files Browse the repository at this point in the history
…ntelemetry/instrumentation/botocore/extensions/types.py
  • Loading branch information
xrmx authored Jan 23, 2025
1 parent e97d7a1 commit 5241f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def should_trace_service_call(self) -> bool: # pylint:disable=no-self-use
return True

def should_end_span_on_exit(self) -> bool: # pylint:disable=no-self-use
"""Returns if the span should be close automatically on exit
"""Returns if the span should be closed automatically on exit
Extensions might override this function to disable automatic closing
of the span if they need to close it at a later time themselves.
Expand Down

0 comments on commit 5241f21

Please sign in to comment.