sentry-react-native
sentry-react-native copied to clipboard
Add E2E performance product tests
Description
Currently, E2E tests only focus on errors.
### What scenarios to test?
- [ ] App start
- [ ] Manually instrumented active span
- [ ] Navigation react-navigation or expo-touter
### What should be checked?
- [ ] Slow/frozen frames
- [ ] Total frames
- [ ] App start measurement
- [ ] Http spans
- [ ] TTID/TTFD spans and measurements
Context:
- This kind of bug would be captured https://github.com/getsentry/sentry-react-native/pull/3684