-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
Description
This issue will track the release of v2.2 with auto instrumentation of React Navigation v4, v5, fetch/xhr and react profiler.
- Merged the JS blocking PR: feat: Expose required things for React Native auto tracing sentry-javascript#3144
- Update master with the latest JavaScript SDK.
- Investigate a way to handle blank navigation transactions
- Get a Docs Draft PR ready for auto instrumentation, early so @PeloWriter have a chance to review it.
- Merged the main PR with integrations feat: Auto performance tracing with XHR/fetch, and routing instrumentation #1230
- Review the manual API docs - Make sure they are up to date with API and behavior
- Merge auto instrumentation API.
-
craft publish
- Wait for Android device context Get device context on Performance on Android #1291
- Migrate to using
beforeNavigate
feat: Use beforeNavigate in routing instrumentation to match behavior on JS #1313 - Fix issue regarding the initial transaction on app start fix: React Navigation Instrumentation starts initial transaction before navigator mount #1315
- Document updated
beforeNavigate
- Prepare wizard PR for the docs (will be merged N days after GA)
- Merge Context updating methods from JS: feat(tracing): Add context update methods to Span and Transaction sentry-javascript#3192
jennmueng, giautm and jamesholcomb