diff --git a/src/langtrace_python_sdk/extensions/langtrace_exporter.py b/src/langtrace_python_sdk/extensions/langtrace_exporter.py index f871aa35..9d9ba4d2 100644 --- a/src/langtrace_python_sdk/extensions/langtrace_exporter.py +++ b/src/langtrace_python_sdk/extensions/langtrace_exporter.py @@ -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) diff --git a/src/langtrace_python_sdk/langtrace.py b/src/langtrace_python_sdk/langtrace.py index c703d8f2..9c0a43d5 100644 --- a/src/langtrace_python_sdk/langtrace.py +++ b/src/langtrace_python_sdk/langtrace.py @@ -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={ diff --git a/src/langtrace_python_sdk/version.py b/src/langtrace_python_sdk/version.py index b6a3fe28..20c5c68c 100644 --- a/src/langtrace_python_sdk/version.py +++ b/src/langtrace_python_sdk/version.py @@ -1 +1 @@ -__version__ = "2.2.28" +__version__ = "2.2.29"