unblock 0.4.5 release

This commit is contained in:
Lendemor 2024-03-19 17:03:05 +01:00
parent f446d063fb
commit dd0ecbeb24

View File

@ -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(