Procházet zdrojové kódy

test event to regular event

Alek Petuskey před 9 měsíci
rodič
revize
07f9844cb0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      reflex/utils/telemetry.py

+ 1 - 1
reflex/utils/telemetry.py

@@ -126,7 +126,7 @@ def compile_callback(f, start_time):
         # Force background compile errors to print eagerly
         # Force background compile errors to print eagerly
         f.result()
         f.result()
     finally:
     finally:
-        send("test-compile", duration=time.perf_counter() - start_time)
+        send("compile", duration=time.perf_counter() - start_time)
 
 
 
 
 def _prepare_event(event: str, **kwargs) -> dict:
 def _prepare_event(event: str, **kwargs) -> dict: