-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NO QA] Fullstory integration #40484
Conversation
- React-Native Android - React-Native IOS - Web Functionality included: - Session recording - Essential Identity resolution Functionality added: - FSPage - Mobile Pages API Platforms affected: - Android - IOs Typescript types definitions added. Unit test fixed, fixed eslint errors. Signed-off-by: Oleksii Vagin <[email protected]>
Fullstory integration
@francoisl Please 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] |
@francoisl we're waiting on a e2e test to run on this before merging, and I'll do the reviews. |
👋 hello i'll be reviewing this |
src/libs/fullstory/index.native.ts
Outdated
displayName: session.email, | ||
email: session.email, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont we want to remove email from here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for now, in a following PR we will change all properties that are being added here. I'm working on returning those properties from the backend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually you are correct - I didn't notice we had two files and I thought you were talking about the email in line 27. Fixing it
Reviewer Checklist
Screenshots/VideosAndroid: NativeVIDEO-2024-04-23-21-48-01.mp4Android: mWeb ChromeVIDEO-2024-04-23-21-49-02.mp4iOS: NativeScreen.Recording.2024-04-23.at.9.03.24.PM.moviOS: mWeb SafariScreen.Recording.2024-04-23.at.7.54.10.PM.movMacOS: Chrome / SafariScreen.Recording.2024-04-23.at.8.05.50.PM.movMacOS: DesktopScreen.Recording.2024-04-23.at.9.03.24.PM-1.mov |
🎯 @ishpaul777, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #40809. |
FullStory.consent(true); | ||
FS.fsIdentify(session); | ||
} catch (e) { | ||
// error handler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB seems like we're not properly handling errors here. I think this is fine for now, but maybe we should log something here.
FS.fsIdentify(session); | ||
}); | ||
} catch (e) { | ||
// error handler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.65-0 🚀
|
@danieldoglas Could someone please verify this PR internally? The QA team doesn't have access to Fullstory. |
@kbecciv I've checked it off the checklist, this is basically just in production builds and added internal QA here. |
Thank you! |
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.65-5 🚀
|
Details
Fullstory integration
Functionality included:
What's not included:
native parameter should be switched to false for web/desktop (line 26)
https://app.fullstory.com/ui/o-1WN56P-na1/settings/general
Issue:
$ #40784
Tests
QA Steps
PR Author Checklist
Tests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
https://drive.google.com/file/d/1rU2BYJ_AW5ibyqlNl-GhG5T2V7f71vCi/view?usp=drive_linkiOS: Native
https://drive.google.com/file/d/1HSQzY1uBctBuh1V-uEGy7dRVMuoIYD3D/view?usp=drive_link https://drive.google.com/file/d/1ClGEI9TD8EdbNFjKwRSEEzlmh3MyM3AL/view?usp=drive_linkMacOS: Chrome / Safari
https://drive.google.com/file/d/1p0lqYvh2Ynl_HhwaLLsaBFTfs-8YyaHZ/view?usp=drive_linkMacOS: Desktop
https://drive.google.com/file/d/1Ymg0aQSsXhbuiZCAd9LLbt1FlMySMjsn/view?usp=drive_link