Skip to content

Commit 1793816

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

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-frontend.mdx

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

8686
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.
8787

88-
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.
88+
The configuration above enables Sentry's error monitoring feature, as well as [tracing](will add link later) and [Session Replay](/platforms/javascript/guides/react/session-replay) features.
8989

9090
## 3. Build and Run the Sample Application
9191

0 commit comments

Comments
 (0)