Skip to content

Commit

Permalink
fix telemetry data
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-upstash committed Jul 3, 2023
1 parent c103d21 commit d67b7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upstash_redis"
version = "0.14.1"
version = "0.14.2"
description = "Serverless Redis Sdk from Upstash"
authors = ["Upstash <[email protected]>", "Zgîmbău Tudor <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion upstash_redis/http/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def async_execute(
if telemetry_data.get("sdk"):
headers["Upstash-Telemetry-Sdk"] = telemetry_data["sdk"]
else:
headers["Upstash-Telemetry-Sdk"] = "upstash_redis@development"
headers["Upstash-Telemetry-Sdk"] = "upstash_redis@python"

if telemetry_data.get("platform"):
headers["Upstash-Telemetry-Platform"] = telemetry_data[
Expand Down

0 comments on commit d67b7fb

Please sign in to comment.