We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cb62a commit 600325dCopy full SHA for 600325d
langfuse/_client/get_client.py
@@ -53,6 +53,7 @@ def _create_client_from_instance(
53
blocked_instrumentation_scopes=instance.blocked_instrumentation_scopes,
54
additional_headers=instance.additional_headers,
55
tracer_provider=instance.tracer_provider,
56
+ httpx_client=instance.httpx_client,
57
)
58
59
0 commit comments