diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index 40a62bfbf6dce..3b24f36af7c98 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 = '0e92447e702f509f9b41cfd365838cbd3d0ca1af'; +const SENTRY_API_SCHEMA_SHA = '604b92ba597f6f4da399b1f340b49c4ebe5f951c'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';