Manoel Aranda Neto
Manoel Aranda Neto
@PostHog/team-error-tracking
@PostHog/team-error-tracking
> Are we sure we want to remove `source maps` from error tracking docs? I don't think we should. I feel like it might be too widespread and popular of...
@PostHog/team-error-tracking
> Also interested :) > > In the meantime, is there another way to get session recording working on web? You can try using the [JS SDK](https://posthog.com/docs/libraries/js) for session replay...
> @marandaneto Does the reactnative sdk works on rn-web as well? > > Yes
I've heard from people that if you use the [JS SDK](https://posthog.com/docs/libraries/js), which has session replay support for Web on your React Native web app, it works. You probably need to...
A quick solution would be to adapt the new router integration based on the other integrations such as https://github.com/PostHog/posthog-js-lite/blob/01fff0242a620345614a792379397029cf6cc9f1/posthog-react-native/src/frameworks/wix-navigation.ts and https://github.com/PostHog/posthog-js-lite/blob/01fff0242a620345614a792379397029cf6cc9f1/posthog-react-native/src/hooks/useNavigationTracker.ts
https://expo.github.io/router/docs/migration/react-navigation/screen-tracking/ should give a head start.
Most likely but there are a few limitations as pointed out [here](https://expo.github.io/router/docs/migration/react-navigation/screen-tracking/#migrating-from-react-navigation).