Skip to content

Commit 8ba1209

Browse files
committed
docs(size-analysis): Link directly to status rules API docs
Use the generated endpoint-specific API docs link from the CI guide. Local docs can render this page when started with the local OpenAPI schema from the Sentry checkout. Refs EME-1061
1 parent 0bfac8d commit 8ba1209

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 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.
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/).
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)