diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index ba27a312a31b0..d86c19122bf27 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 = '6a731d92c633e2977e4be72dd23c812d5add30c6'; +const SENTRY_API_SCHEMA_SHA = 'ab966a6a5904ee90a5cf0dfb69ce0ccb520822e0'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';