diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index 84ab160e377c97..24945e8917068a 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -6,7 +6,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 = '919bab4543314f3495f0c8c18b4fd830ba1559ba'; +const SENTRY_API_SCHEMA_SHA = 'c34e28fd32b79736f8ff3fa948985e93123821d5'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';