File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
USER_COUNT = "/users/count"
29
29
USER_DELETE = "/user/remove"
30
30
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"
32
32
TELEMETRY_SUPERTOKENS_API_VERSION = "3"
33
33
ERROR_MESSAGE_KEY = "message"
34
34
API_KEY_HEADER = "api-key"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async def handle_analytics_post(
82
82
"websiteDomain" : websiteDomain .get_as_string_dangerous (),
83
83
"apiDomain" : apiDomain .get_as_string_dangerous (),
84
84
"appName" : appName ,
85
- "sdk" : "supertokens- python" ,
85
+ "sdk" : "python" ,
86
86
"sdkVersion" : SDKVersion ,
87
87
"numberOfUsers" : number_of_users ,
88
88
"email" : email ,
You can’t perform that action at this time.
0 commit comments