Skip to content

Commit 9d26b02

Browse files
committed
Refactor
1 parent 6b7e18d commit 9d26b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

supertokens_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
USER_COUNT = "/users/count"
2929
USER_DELETE = "/user/remove"
3030
USERS = "/users"
31-
TELEMETRY_SUPERTOKENS_API_URL = "https://dev.api.supertokens.com/0/st/telemetry"
31+
TELEMETRY_SUPERTOKENS_API_URL = "https://api.supertokens.com/0/st/telemetry"
3232
TELEMETRY_SUPERTOKENS_API_VERSION = "3"
3333
ERROR_MESSAGE_KEY = "message"
3434
API_KEY_HEADER = "api-key"

supertokens_python/recipe/dashboard/api/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def handle_analytics_post(
8282
"websiteDomain": websiteDomain.get_as_string_dangerous(),
8383
"apiDomain": apiDomain.get_as_string_dangerous(),
8484
"appName": appName,
85-
"sdk": "supertokens-python",
85+
"sdk": "python",
8686
"sdkVersion": SDKVersion,
8787
"numberOfUsers": number_of_users,
8888
"email": email,

0 commit comments

Comments
 (0)