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.
2 parents 2353292 + 660de3e commit a398e92Copy full SHA for a398e92
src/langtrace_python_sdk/langtrace.py
@@ -156,8 +156,10 @@ def get_headers(config: LangtraceConfig):
156
def append_api_path(host: str):
157
if host == LANGTRACE_REMOTE_URL:
158
return f"{host}/api/trace"
159
- if "localhost" in host:
+
160
+ if "/api/trace" in host:
161
return host
162
163
return f"{host}/v1/traces"
164
165
src/langtrace_python_sdk/version.py
@@ -1 +1 @@
1
-__version__ = "3.3.17"
+__version__ = "3.3.18"
0 commit comments