diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index 5ba116a350745f..1b9396c0dbffc3 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 = '5b826217e7d84313aa93a7fd2257704d796b9d9e'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';