From d33cb56afbd5872701baabad2796b82475142f69 Mon Sep 17 00:00:00 2001 From: Scott Condron Date: Mon, 19 Aug 2024 12:35:32 +0100 Subject: [PATCH] Update tutorial-tracing_2.md --- docs/docs/tutorial-tracing_2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/tutorial-tracing_2.md b/docs/docs/tutorial-tracing_2.md index 108571cf650..da1980f1155 100644 --- a/docs/docs/tutorial-tracing_2.md +++ b/docs/docs/tutorial-tracing_2.md @@ -5,7 +5,6 @@ In the [Track LLM inputs & outputs](/quickstart) tutorial, the basics of trackin In this tutorial you will learn how to: - **Track data** as it flows though your application - **Track metadata** at call time -- **Export data** that was logged to Weave ## Tracking nested function calls