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
SentryKey v1.2.2
Reliability
• Conflict-safe multi-device sync — the Android app, web dashboard, and server
now use vault revisions + optimistic concurrency. Editing your vault on two
devices at once MERGES the changes (union of accounts) instead of one silently
overwriting the other, so a 2FA secret is never lost.
Under the hood
• Full automated test suite across server, Android (JVM + Robolectric), Wear OS,
and the Garmin watch (RFC 6238/2202/4648 known-answer vectors) + a Playwright
web E2E — all gating CI.
• Server: SQLite-backed accounts/sessions, account plans, and an admin panel.
Note: iOS still uses the legacy sync path (pending an Xcode build).