From 9d7d5597f2a565e410dccac46de4e91e31a01ff9 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, 3 Jun 2026 09:37:40 +0000 Subject: [PATCH] Bump API schema to c1cc5a7c --- 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 22cea46dc5002..984d58444059e 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 = '7822746aabf08469a2b150573e4ecc51e2335e80'; +const SENTRY_API_SCHEMA_SHA = 'c1cc5a7c28d9f765fe6ca123bb9af41482439154'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';