diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index 0f397db24c6c4..75f59678a2c70 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 = '23188f3a2a8c66a1e8f066a934c834433e24e2dc'; +const SENTRY_API_SCHEMA_SHA = '7bf6d52ec735dbff70c886339c9c35c66ecbac86'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';