From e7a226c1bab91a74ddc5cafdf3128cfb78b6db9c Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Tue, 27 Feb 2024 21:07:58 +0000 Subject: [PATCH] Bump API schema to 3e4bbabf --- src/build/resolveOpenAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index b291b06718a99..9593cf6106ddc 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 = '0559225dbf11c7283fdafba2e9f7d8f3e77fa064'; +const SENTRY_API_SCHEMA_SHA = '3e4bbabf220291e36e7a8c596500b76756b38af7'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';