diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index ecce7a00188c1..a9d8a55c8d084 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 = '8764b986e10d3616e47b073010365ceab36713c8'; +const SENTRY_API_SCHEMA_SHA = '9904b2a991936862e4ec0519147c1beec82852fa'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';