From ad0b2dd3ab8f0ded4e106b88c5f3db18b6710cf4 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, 22 Sep 2026 17:45:28 +0000 Subject: [PATCH] Bump API schema to 7148ca11 --- 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 7ec376f1ccc2ca..d92321e1c4ec9e 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 = '36d4bbf9b065192d1029efb8ce6eaa0e34819471'; +const SENTRY_API_SCHEMA_SHA = '7148ca117a2e2ed0f6e368e5742a94968803b60c'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';