Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "user_name": None, | ||
| "user_email": None, | ||
| "user_timezone": None, | ||
| "user_teams": [], |
There was a problem hiding this comment.
Anonymous user context removes fields causing schema inconsistency
Medium Severity
The anonymous user branch now returns a dict with only 2 keys (org_slug, all_org_projects) while the authenticated user branch returns 8 keys. Previously, anonymous users returned the same keys with None/empty values. This schema change in user_org_context sent to Seer could cause API compatibility issues if Seer expects user_id, user_name, user_email, user_timezone, user_teams, and user_projects to always be present.
There was a problem hiding this comment.
schema already has default None or [] for all fields except org slug
<!-- Describe your PR here. -->


No description provided.