You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[App Check] Fix JSON key ordering in HeartbeatsPayload (#11482)
Key ordering from `JSONEncoder` is not guaranteed, resulting in test failures when output is compared directly.
Added the `sortedKeys` output formatting option in debug builds to fix non-deterministic test results while avoiding unnecessary sorting costs in release builds.
0 commit comments