From f4f63f2617e5109d948bd9c81aba61ec844206a8 Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:40:39 +0000 Subject: [PATCH] Bump API schema to 8bedb103 --- 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 039857dd331d5f..5815f99ed7fd68 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -6,7 +6,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 = '2a0fe7f63c235c15281d67c103bb5f9d6b8099fb'; +const SENTRY_API_SCHEMA_SHA = '8bedb10339a034a0c832cdb03ac6a52563f162f5'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';