Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/langtrace_python_sdk/extensions/langtrace_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ def export(self, spans: typing.Sequence[ReadableSpan]) -> SpanExportResult:
return SpanExportResult.FAILURE

def shutdown(self) -> None:
pass
print(Fore.WHITE + "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace" + Fore.RESET)
1 change: 1 addition & 0 deletions src/langtrace_python_sdk/langtrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def init(
)
check_if_sdk_is_outdated()
print(Fore.GREEN + "Initializing Langtrace SDK.." + Fore.RESET)
print(Fore.WHITE + "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace" + Fore.RESET)
sampler = LangtraceSampler(disabled_methods=disable_tracing_for_functions)
resource = Resource.create(
attributes={
Expand Down
2 changes: 1 addition & 1 deletion src/langtrace_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.28"
__version__ = "2.2.29"