diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index a6b96ec0f3f90..c456115e403d1 100644 --- a/src/gatsby/utils/resolveOpenAPI.ts +++ b/src/gatsby/utils/resolveOpenAPI.ts @@ -6,7 +6,7 @@ import {promises as fs} from 'fs'; // 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 = '6f255e0ece222fbd9228efc18a9fdd0d73a890fd'; +const SENTRY_API_SCHEMA_SHA = '77d2fc43cec0de7fcfdaf42391dd004616079d1d'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';