Skip to content

Commit

Permalink
fix(tracing): Add link to Enabling Tracing page from Manual Capture p…
Browse files Browse the repository at this point in the history
…age (#2710)
  • Loading branch information
lobsterkatie authored Nov 23, 2020
1 parent 0333824 commit 39279be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/performance/">enable tracing in your app.</PlatformLink>

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
Expand Down

1 comment on commit 39279be

@vercel
Copy link

@vercel vercel bot commented on 39279be Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.