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 092277f commit 9ffe328Copy full SHA for 9ffe328
1 file changed
cozeloop/_client.py
@@ -42,8 +42,8 @@
42
class APIBasePath:
43
def __init__(
44
self,
45
- trace_span_upload_path: str,
46
- trace_file_upload_path: str,
+ trace_span_upload_path: str = None,
+ trace_file_upload_path: str = None,
47
):
48
self.trace_span_upload_path = trace_span_upload_path
49
self.trace_file_upload_path = trace_file_upload_path
0 commit comments