Skip to content

Commit 7d1f0f6

Browse files
Update langfuse/_client/span_processor.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 47967b9 commit 7d1f0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_client/span_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
"Authorization": basic_auth_header,
8686
"x-langfuse-sdk-name": "python",
8787
"x-langfuse-sdk-version": langfuse_version,
88-
"x_langfuse_public_key": public_key,
88+
"x-langfuse-public-key": public_key,
8989
}
9090

9191
# Merge additional headers if provided

0 commit comments

Comments
 (0)