[Part 1] Remove Onyx.connect(ONYXKEYS.SESSION) in /Session/index.ts: thread sesion through isSupportAuthToken#96368
[Part 1] Remove Onyx.connect(ONYXKEYS.SESSION) in /Session/index.ts: thread sesion through isSupportAuthToken#96368truph01 wants to merge 6 commits into
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". |
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