This commit is contained in:
Dan Saunders
2025-03-05 16:41:24 +00:00
parent e735f4270b
commit 25fa4df70f

View File

@@ -148,7 +148,7 @@ def send_errors(func: Callable) -> Callable:
# Send error telemetry
telemetry_manager.send_event(
event_type=f"{module_path}-errored",
event_type=f"{module_path}-error",
properties={
"exception": str(exception),
"stack_trace": stack_trace,