From 6999e8d7b811c49f43e990210ab642ff259aac35 Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:30:48 +0000 Subject: [PATCH] Bump API schema to 4b11aada --- 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 f6df133da482f1..d26b9fa9bd94f8 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 = 'a6d2ac432fc4a4aafa4910218b9a20771539c680'; +const SENTRY_API_SCHEMA_SHA = '4b11aada2da98103e8440d1ff410c84dbdc9c0cc'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';