From ee6aca289e6d38f20badfded15346792de86fc6a Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 11 Sep 2025 00:26:23 +0000 Subject: [PATCH] Bump API schema to c4a3c4b7 --- 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 26d0b2d131d85..781d42ced5fa6 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 = '4bd53c64dd51c5e9197dfc03364a1d9a6003e519'; +const SENTRY_API_SCHEMA_SHA = 'c4a3c4b7b5560e6ee3012d0d4804cbdb679de00e'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';