Skip to content

Commit ea62340

Browse files
.
1 parent d69069d commit ea62340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def _create_span(
287287
parent_id
288288
)
289289
if parent_span:
290-
span = parent_span.span.start_child(**kwargs)
290+
span = parent_span.start_child(**kwargs)
291291

292292
if span is None:
293293
span = sentry_sdk.start_span(**kwargs)

0 commit comments

Comments
 (0)