### Description The ReactNavigationIntegration doesn't read dispatch action data and starts a new navigation span on every dispatch. --- [current integration implementation](https://github.com/getsentry/sentry-react-native/blob/f2d10b7bd12e10b57209f3a1651d1f37b33e08b1/packages/core/src/js/tracing/reactnavigation.ts#L160) --- Related issue: - https://github.com/getsentry/sentry-react-native/issues/4429