From 39279beb42e368e40290e571e0efb27375257521 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Mon, 23 Nov 2020 09:59:59 -0800 Subject: [PATCH] fix(tracing): Add link to Enabling Tracing page from Manual Capture page (#2710) --- .../javascript/common/performance/capturing/manual.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platforms/javascript/common/performance/capturing/manual.mdx b/src/platforms/javascript/common/performance/capturing/manual.mdx index bdd08755af7a7..9d57f4777f66a 100644 --- a/src/platforms/javascript/common/performance/capturing/manual.mdx +++ b/src/platforms/javascript/common/performance/capturing/manual.mdx @@ -6,6 +6,8 @@ description: "Learn how to capture performance data on any action in your app." ### Manual Instrumentation +**Note**: To manually capture transactions, you must first enable tracing in your app. + To manually instrument certain regions of your code, you can create transactions to capture them. This is valid for all JavaScript SDKs (both backend and frontend) and works independently of the `Express`, `Http`, and `BrowserTracing` integrations. ```javascript