Dashboard › cli › Distillation
da425374-ce73-4c8d-a08c-8c0568b4d79b["lore_tm_v1_JEUzzwe5xhAa-u9SBYweMJSGkbSK_WRh_3-psqKe9Dg"]
getOrgSdkConfig(orgSlug: string) in /home/byk/Code/getsentry/cli-pr-1558/packages/cli/src/lib/api/infrastructure.ts: it awaits resolveOrgRegion(orgSlug) and returns getSdkConfig(regionUrl).API_MAX_PER_PAGE = 100; the Sentry API silently caps larger per-page requests server-side, and the pagination safety limit therefore permits up to 5,000 items by default.ORG_FANOUT_CONCURRENCY = 5 to limit concurrent API requests when fanning out across organizations or regions. Documented examples include getProject() per organization, resolveEventInOrg() per organization, and DSN key searches per region; the limit is intended to avoid overwhelming the API for enterprise users with many organizations and has no effect for typical users with 1–5 organizations.