Skip to content

Commit 0008618

Browse files
committed
Use LogRecord in API instead of SDK
1 parent f491545 commit 0008618

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from botocore.eventstream import EventStream, EventStreamError
2323
from wrapt import ObjectProxy
2424

25-
from opentelemetry._logs import LogRecord
25+
from opentelemetry.sdk._logs import LogRecord
2626
from opentelemetry.instrumentation.botocore.environment_variables import (
2727
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT,
2828
)

0 commit comments

Comments
 (0)