diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index e1d10985d1bc7..e20c05214adf2 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 = '222be4dc830f9f443c35fa2d3de9e02c230324c3'; +const SENTRY_API_SCHEMA_SHA = '549bc20322cc55ec6507a2531a4ff289eb44b7f9'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';