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
feat(cmdk): Add admin actions group for staff users (#112244)
Adds a new 'Admin' group to the command palette, visible only to Sentry
staff (`user.isStaff`). The group appears after the 'Go to...' section
and contains:
- **Open _admin** — opens `/_admin/` in a new tab
- **Open `<org>` in _admin** — opens the org's admin page in a new tab
- **Exit Superuser** — only shown when a superuser session is active
(`isActiveSuperuser()`); calls `DELETE /auth/superuser/` via
`useMutation` and reloads the page
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com>
0 commit comments