fix
This commit is contained in:
@@ -148,7 +148,7 @@ def send_errors(func: Callable) -> Callable:
|
|||||||
|
|
||||||
# Send error telemetry
|
# Send error telemetry
|
||||||
telemetry_manager.send_event(
|
telemetry_manager.send_event(
|
||||||
event_type=f"{module_path}-errored",
|
event_type=f"{module_path}-error",
|
||||||
properties={
|
properties={
|
||||||
"exception": str(exception),
|
"exception": str(exception),
|
||||||
"stack_trace": stack_trace,
|
"stack_trace": stack_trace,
|
||||||
|
|||||||
Reference in New Issue
Block a user