getsentry/sentry-react-native

Document hot reload behaviour in production

Opened this issue · 0 comments

Description

Test and document current behaviour of hot reload of the JS bundle in production.

This happens when the app receives OTA update of the JS bundle.

Currently we recommend to load these updates on the next application start, but frameworks like Expo also enable users to hot load the new JS bundle without restarting the application.

Outcomes of this task

  • Extensive technical documentation in the issue here
  • Potencial bug fixes/issues and future improvements
  • Public facing docs page for Expo Updates documenting the current behaviour and recommendation