Skip to content

Commit 35f5e66

Browse files
committed
Merge branch 'development' of github.com:Scale3-Labs/langtrace-python-sdk into rohit/S3EN-2726-estimate-token-usage
2 parents fab00a8 + 9bd7169 commit 35f5e66

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/langtrace_python_sdk/extensions/langtrace_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ def export(self, spans: typing.Sequence[ReadableSpan]) -> SpanExportResult:
123123
return SpanExportResult.FAILURE
124124

125125
def shutdown(self) -> None:
126-
pass
126+
print(Fore.WHITE + "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace" + Fore.RESET)

src/langtrace_python_sdk/langtrace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def init(
8383
)
8484
check_if_sdk_is_outdated()
8585
print(Fore.GREEN + "Initializing Langtrace SDK.." + Fore.RESET)
86+
print(Fore.WHITE + "⭐ Leave our github a star to stay on top of our updates - https://github.com/Scale3-Labs/langtrace" + Fore.RESET)
8687
sampler = LangtraceSampler(disabled_methods=disable_tracing_for_functions)
8788
resource = Resource.create(
8889
attributes={
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.28"
1+
__version__ = "2.2.29"

0 commit comments

Comments
 (0)