diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index cab7699d8e5c5..c2d0fcadd6e0d 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 = '103a9c27a7baabeb6b76f24a453643602648f0dc'; +const SENTRY_API_SCHEMA_SHA = '2bee5317c9936fbdc5925142933b66cbd4710f0e'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';