From 5475ff421838dc3bece95cb83a3d63025e951c26 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, 2 Jun 2026 15:46:51 +0000 Subject: [PATCH] Bump API schema to 25a01de5 --- 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 7f1095cc1add6..df0d2fd69b555 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 = 'fe44d8aeebeff67b78d166b39a54ef07c6f36581'; +const SENTRY_API_SCHEMA_SHA = '25a01de5fad77863526abb0e6f43ff5b86be2f9b'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';