Skip to content

Commit 0bfac8d

Browse files
committed
docs(size-analysis): Link CI guide to stable API reference
Avoid linking to the endpoint-specific API page before the generated schema contains the new status check rules endpoint. Keep the exact endpoint path in the CI guide and link to the stable Mobile Builds API category instead. Refs EME-1061
1 parent ea36772 commit 0bfac8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/product/size-analysis/integrating-into-ci.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Rules are evaluated independently. If any rule's threshold is exceeded, the stat
154154

155155
### Fetching Status Check Rules for External CI
156156

157-
If you're consuming the `size_analysis.completed` webhook in your own CI, you can fetch the project's current status check rule config from the [Size Analysis status check rules API](/api/mobile-builds/retrieve-size-analysis-status-check-rules-for-a-project/).
157+
If you're consuming the `size_analysis.completed` webhook in your own CI, you can fetch the project's current status check rule config with `GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/`. See the [Mobile Builds API reference](/api/mobile-builds/) for Size Analysis API documentation.
158158

159159
Use this when you want external CI to evaluate the same thresholds that Sentry uses for Size Analysis status checks, without duplicating rule configuration outside Sentry. The API reference documents the response shape, filter operators, AND/OR grouping semantics, wildcard matching behavior, and invalid-filter handling.
160160

0 commit comments

Comments
 (0)