Bump API schema to {"messag#18603
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.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 755c8b0. 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 = '01eb1d48b3098c303024e0ace87c93d8ff7a42c5'; | ||
| const SENTRY_API_SCHEMA_SHA = '{"message":"API rate limit exceeded for 68.220.58.248. (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 REST rate-limit error JSON body instead of a commit hash. Non-local builds use it in the raw GitHub URL for openapi-derefed.json, so the fetch target is invalid and OpenAPI resolution fails. The embedded apostrophe in here's also terminates the single-quoted literal and can prevent the file from parsing.
Reviewed by Cursor Bugbot for commit 755c8b0. Configure here.


No description provided.