Skip to content

Commit a432c05

Browse files
react-native: perf auto instr (#4511)
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
1 parent b7c86ff commit a432c05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/react-native/performance/instrumentation/automatic-instrumentation.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ export default Sentry.wrap(App);
2222

2323
### Enable Routing Instrumentation
2424

25+
<Note>
26+
27+
When no routing instrumentation is used, a transaction for `App Start` is automatically captured. However, that transaction stops being sent when one of the routing integrations below is added. Instead, the `App Start` information is included as a span in a transaction captured by the routing instrumentation.
28+
29+
</Note>
30+
2531
We currently provide three routing instrumentations out of the box to instrument route changes for:
2632

2733
- [React Navigation](#react-navigation)

0 commit comments

Comments
 (0)