diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index b831fc992637e..7884e0d74501c 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -8,7 +8,7 @@ import {DeRefedOpenAPI} from './open-api/types'; // 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 = 'e549d35fcc0057abbbdff5aa4fad19e3dff8373f'; +const SENTRY_API_SCHEMA_SHA = 'd28e55bd1c2aa4b4cb9637a20a15e996bfd3687b'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';