diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index 5ba116a350745..fbcc0acc94750 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 = '163c5962e920fc2df12610f98e4376722843222e'; +const SENTRY_API_SCHEMA_SHA = '2e5e688df26f22baafe9b3b44d8a671b0f8c9953'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';