Skip to content

Commit 15e9100

Browse files
Update langfuse/_client/observe.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 678a420 commit 15e9100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_client/observe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def __next__(self) -> Any:
563563
except Exception as e:
564564
self.span.update(level="ERROR", status_message=str(e)).end()
565565

566-
raise e
566+
raise
567567

568568

569569
class _ContextPreservedAsyncGeneratorWrapper:

0 commit comments

Comments
 (0)