Skip to content
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

chore: experiments app tweaks #1416

Merged
merged 6 commits into from
Aug 8, 2023
Merged

Conversation

mdjastrzebski
Copy link
Member

@mdjastrzebski mdjastrzebski commented May 31, 2023

Summary

Scope:

  • add logging of micro and macro tasks enqueued during event processing.
  • update Expo deps for experiments app

Experiments results are described here. TLDR: we should flush micro tasks after each emitted event. Macro task behavior vary, but for simplicity we should also flush these as well.

Test plan

None

@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ca0d9a5) 97.56% compared to head (e0ec6f4) 97.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1416   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files          72       72           
  Lines        4266     4266           
  Branches      631      631           
=======================================
  Hits         4162     4162           
  Misses        104      104           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"@types/react-native": "0.71",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed? Types are included in react-native for versions >= 71 no?

@mdjastrzebski mdjastrzebski force-pushed the chore/experiments-app-tweaks branch from cc4d85a to 90eee74 Compare August 8, 2023 09:20
@mdjastrzebski mdjastrzebski merged commit 20c5e44 into main Aug 8, 2023
@mdjastrzebski mdjastrzebski deleted the chore/experiments-app-tweaks branch August 8, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants