Dashboard › cli › Distillation
beb79ebb-33f6-4d5b-9538-ece38983cfd7["lore_tm_v1_XLNAae8FUWE_lIFzVjqmv0-tIAjrrQ0c48VShHPdk6U","lore_tm_v1_cMV-xBpmCHW9bqowzoG--pU__Wlg8XJNinF7MvOs-WQ"]
Date: Sep 10, 2026
packages/cli/src/lib/api/infrastructure.ts:350-353 defines getOrgSdkConfig(orgSlug), which resolves the organization region through resolveOrgRegion(orgSlug) and passes that URL to getSdkConfig(regionUrl).packages/cli/src/lib/api/infrastructure.ts:322-344 defines buildSearchParams(params?): skips undefined values, appends each string[] item under the same key, stringifies scalar string | number | boolean values, and returns undefined when the resulting query string is empty.packages/cli/src/lib/api/infrastructure.ts sets MAX_PAGINATION_PAGES to Math.max(1, Number(getEnv().SENTRY_MAX_PAGINATION_PAGES) || 50), documents that 50 pages at API_MAX_PER_PAGE allows up to 5,000 items, sets API_MAX_PER_PAGE = 100, and sets ORG_FANOUT_CONCURRENCY = 5.