From 2748f994cc8d5ac55543a023b432cf136f467f7b 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, 15 Apr 2026 19:55:57 +0000 Subject: [PATCH] Bump API schema to 30d25325 --- 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 45bd22a57e1e2..781b47028d6f8 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 = '9334406514e3f77f1199ad4c6c968e3c5bc7e4c4'; +const SENTRY_API_SCHEMA_SHA = '30d2532588ec803422c0c2ad00ea2b618da552a7'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';