Skip to content

Commit b68a75e

Browse files
coolguyzonelizokm
andauthored
Update docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 3366d7a commit b68a75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/sentry-basics/distributed-tracing/initialize-sentry-sdk-backend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Sentry captures data by using a platform-specific SDK that you add to your appli
9090

9191
The options set in `Sentry.init()` are called the SDK's configuration. The only required configuration option is the DSN. However, the SDK supports many other configuration options. Learn more in our [Configuration](/platforms/javascript/guides/react/configuration/) docs.
9292

93-
The configuration above enables Sentry's error monitoring feature, as well as its [Performance](/platforms/javascript/guides/react/performance) (tracing) and [Session Replay](/platforms/javascript/guides/react/session-replay) features.
93+
The configuration above enables Sentry's error monitoring feature, as well as its [Tracing](will add link later) and [Session Replay](/platforms/javascript/guides/react/session-replay) features.
9494

9595
Make sure to import `instrument.js` at the top of your `server.js` file, as well as importing `Sentry` and setting up the error handler after all controllers and before any other middleware:
9696

0 commit comments

Comments
 (0)