Skip to content

Commit e3553af

Browse files
Update langfuse/_client/resource_manager.py
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent ae7ca32 commit e3553af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_client/resource_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __new__(
114114
media_upload_thread_count=media_upload_thread_count,
115115
sample_rate=sample_rate,
116116
mask=mask,
117-
tracing_enabled=tracing_enabled or True,
117+
tracing_enabled=tracing_enabled if tracing_enabled is not None else True,
118118
)
119119

120120
cls._instances[public_key] = instance

0 commit comments

Comments
 (0)