Skip to content

Commit 0f87e99

Browse files
committed
fix(client): pass env var tracing environment to resource manager
1 parent fed7240 commit 0f87e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def __init__(
257257
secret_key=secret_key,
258258
host=self._host,
259259
timeout=timeout,
260-
environment=environment,
260+
environment=self._environment,
261261
release=release,
262262
flush_at=flush_at,
263263
flush_interval=flush_interval,

0 commit comments

Comments
 (0)