소스 검색

unblock 0.4.5 release

Lendemor 1 년 전
부모
커밋
dd0ecbeb24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      reflex/utils/telemetry.py

+ 1 - 1
reflex/utils/telemetry.py

@@ -74,7 +74,7 @@ def _prepare_event(event: str) -> dict:
         The event data.
     """
     installation_id = ensure_reflex_installation_id()
-    project_hash = get_project_hash(raise_on_fail=True)
+    project_hash = get_project_hash(raise_on_fail=False)
 
     if installation_id is None or project_hash is None:
         console.debug(