浏览代码

Comment as public keyt

Alek Petuskey 9 月之前
父节点
当前提交
855dc932a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/utils/telemetry.py

+ 1 - 1
reflex/utils/telemetry.py

@@ -164,7 +164,7 @@ def _prepare_event(event: str, **kwargs) -> dict:
         key: value for key in additional_keys if (value := kwargs.get(key)) is not None
     }
     return {
-        "api_key": "phc_JoMo0fOyi0GQAooY3UyO9k0hebGkMyFJrrCw1Gt5SGb",
+        "api_key": "phc_JoMo0fOyi0GQAooY3UyO9k0hebGkMyFJrrCw1Gt5SGb", # Public API key
         "event": event,
         "properties": {
             "distinct_id": installation_id,