Bump API schema to {"messag#18282
Hidden character warning
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d4b74a4. Configure here.
| // SENTRY_API_SCHEMA_SHA is used in the sentry-docs GHA workflow in getsentry/sentry-api-schema. | ||
| // DO NOT change variable name unless you change it in the sentry-docs GHA workflow in getsentry/sentry-api-schema. | ||
| const SENTRY_API_SCHEMA_SHA = 'c23f47673beffe910311421e4c3eaa4395c7f46a'; | ||
| const SENTRY_API_SCHEMA_SHA = '{"message":"API rate limit exceeded for 20.169.75.145. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}'; |
There was a problem hiding this comment.
Rate limit JSON as schema SHA
High Severity
SENTRY_API_SCHEMA_SHA was set to a GitHub API rate-limit error JSON string instead of a commit SHA. Builds that fetch openapi-derefed.json from raw.githubusercontent.com use that value in the URL path, so the request fails and OpenAPI resolution breaks outside local OPENAPI_LOCAL_PATH development.
Reviewed by Cursor Bugbot for commit d4b74a4. Configure here.


No description provided.