[Part 1] Remove Onyx.connect(ONYXKEYS.SESSION) in /Session/index.ts: thread sesion through isSupportAuthToken - #96368
Conversation
|
@shubham1206agra @DylanDylann One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
|
This PR adds a new |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d2c751e11b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
|
PR doesn’t need product input as a refactor PR. Unassigning and unsubscribing myself. |
| }); | ||
|
|
||
| let fullstorySession: Session = {}; | ||
| // Use connectWithoutView because it is only for fullstory initialization |
There was a problem hiding this comment.
I'd really love for all the full story stuff to exist in its own module. That will also help isolate the connectWithoutView() calls a bit more. Would you mind doing the small refactor? I'm not sure how much it would involve, so we could do that in a separate issue if it's too much.
|
Here's a plan to finish the job this PR starts — fully removing the module-level Goal: every read of Remaining Group A — pure read helpers (easy, same pattern as Part 1: add a
Group B — imperative call-time reads inside
Group C — genuinely reactive uses. These fire on session change inside the
Suggested PR sequence:
Notes:
|
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
|
||
| OnyxUtils.get(ONYXKEYS.USER_METADATA).then((userMetadata) => { | ||
| FS.consentAndIdentify(userMetadata, fullstorySession); | ||
| }); |
There was a problem hiding this comment.
@truph01 I believe you should do this after initialize call to avoid race conditions.
There was a problem hiding this comment.
@shubham1206agra Which initialize do you mean here?
Onyx.init()(src/setup/index.ts)- FullStory's own
init().
There was a problem hiding this comment.
Yeah the user_metadata can change, not often, but it might
|
@shubham1206agra how is this looking? |
|
|
||
| useEffect(() => { | ||
| FS.init(userMetadata); | ||
| FS.init(userMetadata, session); |
There was a problem hiding this comment.
@truph01 You should wait for session to be loaded completely first.
There was a problem hiding this comment.
@shubham1206agra I resolved your comment in 14d9284
Reviewer Checklist
Screenshots/VideosScreen.Recording.2026-08-02.at.5.30.40.PM.mov |
|
ops. Sorry @tgolen @luacmartins I ended up merging without your reviews. My bad. |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 danieldoglas has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.4.49-0 🚀
|
|
🤖 I reviewed the changes in this PR against Expensify's help site content under Conclusion: No help site changes are required. This PR is a purely internal code refactor with no user-facing impact:
None of these changes alter any feature, flow, UI label, button, setting, or product behavior that the help site documents. It only changes how the session Onyx value is passed around internally (and how Fullstory analytics initialization reads it). Since the help site describes customer-facing behavior — which is unchanged here — there's nothing to update, so I did not open a draft docs PR. @truph01, please review the linked help site PR and confirm it reflects the current behavior. Then mark the linked help site PR (Note: no help site PR was created because no documentation changes are needed. If you believe a specific article should be updated, let me know which behavior changed and I'll draft it.) |
|
🚀 Deployed to production by https://github.com/arosiclair in version: 9.4.49-3 🚀
Bundle Size Analysis (Sentry): |
Explanation of Change
isSupportAuthToken— Renamed the module-levelsessionvariable todeprecatedSession. Added asessionparameter toisSupportAuthTokenwith a fallback todeprecatedSessionfor unrefactored callers. UpdatedInitialSettingsPage.tsxto passsessionfrom its existinguseOnyxsubscription.isSupportAuthToken→shouldInitialize(Fullstory) — Threadedsessionthrough the full Fullstory chain:init→consentAndIdentify→shouldInitialize→isSupportAuthToken. Madesessiona required parameter across all Fullstory types and both platform implementations. UpdatedFullstoryInitHandler.tsxto subscribe toONYXKEYS.SESSIONviauseOnyxand pass it down. Added a dedicatedfullstorySessionvariable viaconnectWithoutViewfor the Onyx callback path, avoiding use ofdeprecatedSession.Fixed Issues
$ #67782
PROPOSAL:
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include ""[No QA].""
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-07-17.at.10.37.05.mov