Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect type being passed to NativePerformance.mark
Summary: Changelog: [internal] In D64466057 / facebook@32f7b3b we accidentally modified the API of `NativePerformance.mark` (which we wanted to preserve and move the changes to `NativePerformance.markWithResult` after some iteration) to make `startTime` optional. This change isn't OTA safe and no automated systems caught this problem. This fixes the issue by reverting the type back to being required and always passing it from the JS API. Differential Revision: D64557467
- Loading branch information