Skip to content

Commit

Permalink
fix(sdk): warn for reporting score when not using Traceloop (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga authored Apr 17, 2024
1 parent 8ddde25 commit 9d4504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/traceloop/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Traceloop:
AUTO_CREATED_URL = str(Path.home() / ".cache" / "traceloop" / "auto_created_url")

__tracer_wrapper: TracerWrapper
__fetcher: Fetcher
__fetcher: Fetcher = None

@staticmethod
def init(
Expand Down

0 comments on commit 9d4504d

Please sign in to comment.