getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
323 stars 1.38k forks source link

Make React Native `Sentry.withProfiler` more prominent #7092

Open kahest opened 1 year ago

kahest commented 1 year ago

Core or SDK?

Platform/SDK

Which part? Which one?

sentry-react-native

Description

The docs on how/why to add Sentry.withProfiler on https://docs.sentry.io/platforms/react-native/performance/instrumentation/automatic-instrumentation/#react-profiler are easy to miss. Failure to set this up causes missing instrumentation.

Suggested Solution

krystofwoldrich commented 1 year ago
krystofwoldrich commented 1 year ago

We can share this page for both React and React Native. https://docs.sentry.io/platforms/javascript/guides/react/features/component-tracking/