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
cleanup: apply AGENTS.md patterns to member project creation fallback
- projects.ts: extract MEMBER_PROJECT_CREATION_DISABLED_DETAIL constant
(shared across two call sites; prevents silent drift if server message
changes) and add cache seeding to createProjectWithAutoTeam (mirrors
createProjectWithDsn)
- api-client.ts: re-export the new constant
- create.ts: import and use the constant; add log.debug() in both silent
403-fallback catch blocks (AGENTS.md: no silent catch without logging);
remove narrating comment ('Attempt the normal team-based flow.'); fix
USAGE_HINT JSDoc ('without positionals' was wrong, value includes them)
- create-sentry-project.ts: add file-level module JSDoc (AGENTS.md: lib
files must have one); use constant instead of string literal; add
@param tags to resolveProjectCreation
- resolve-team.ts: replace 'experimental' with 'org-scoped endpoint' in
autoCreateTeam comment
0 commit comments