From 62ada898a39117a89067a6c127f5e001d1f1838c Mon Sep 17 00:00:00 2001 From: Simon Zhong <89550162+sdzhong@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:45:56 -0800 Subject: [PATCH] Update automatic-instrumentation.mdx (#12051) Embedded URL in "Learn more in https://docs.sentry.io/platforms/javascript/guides/react/features/component-tracking/." should go to https://docs.sentry.io/platforms/javascript/guides/react/features/component-monitoring/ --- .../tracing/instrumentation/automatic-instrumentation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/react-native/tracing/instrumentation/automatic-instrumentation.mdx b/docs/platforms/react-native/tracing/instrumentation/automatic-instrumentation.mdx index 40c77c2aec8c6..04ae6d0ac654f 100644 --- a/docs/platforms/react-native/tracing/instrumentation/automatic-instrumentation.mdx +++ b/docs/platforms/react-native/tracing/instrumentation/automatic-instrumentation.mdx @@ -186,7 +186,7 @@ Currently, by default, the React Native SDK will only create child spans for fet ### React Profiler -We export the React Profiler from our React Native SDK as well. Learn more in [React Component Tracking](/platforms/javascript/guides/react/features/component-tracking/). +We export the React Profiler from our React Native SDK as well. Learn more in [React Component Tracking](/platforms/javascript/guides/react/features/component-monitoring/). After you instrument your app's routing, if you wrap a component that renders on one of the routes with `withProfiler`, you will be able to track the component's lifecycle as a child span of the route transaction.