Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sigrid Huemer <[email protected]>
  • Loading branch information
mydea and s1gr1d authored Apr 23, 2024
1 parent f049fc1 commit 2b0a481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/fastify/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Because of compatibility issues, today the Sentry SDK does not support ESM (base

## Monitor Performance

Enabling performance monitoring for your Fastify app is as easy as seting a `tracesSampleRate`. Performance data for your Fastify routes will be automatically captured.
Enabling performance monitoring for your Fastify app is as easy as setting a `tracesSampleRate`. Performance data for your Fastify routes will be automatically captured.

<SignInNote />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Set Up Profiling
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

By default, Sentry error events will not get trace context unless you configure the scope with the transaction, as illustrated in the example below.
By default, Sentry error events will not get a trace context unless you configure the scope with the transaction, as illustrated in the example below.

<Note>

Expand Down

0 comments on commit 2b0a481

Please sign in to comment.