From 725a3a0b14c4c310535273c6fae5da681806ef3a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 23 Jun 2024 19:51:00 -0300 Subject: [PATCH] feat: Enhance telemetry documentation --- docs/docs/contributing/telemetry.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/contributing/telemetry.mdx b/docs/docs/contributing/telemetry.mdx index aa5b29a81..a0bdb5d2d 100644 --- a/docs/docs/contributing/telemetry.mdx +++ b/docs/docs/contributing/telemetry.mdx @@ -46,3 +46,6 @@ You can opt-out of telemetry by setting the `LANGFLOW_DO_NOT_TRACK` or `DO_NOT_T - **Seconds**: Time taken by the component to execute, offering performance metrics. - **Success**: Whether the component operated successfully, which helps in quality control. - **ErrorMessage**: Details of any errors encountered, crucial for debugging and improvement. + +This telemetry data is crucial for enhancing Langflow and ensuring that our development efforts align with your needs. +Your feedback and suggestions are invaluable in shaping the future of Langflow, and we appreciate your support in making Langflow better for everyone. \ No newline at end of file