From e1dd776d677f9469eec25dcd1c3e24b38d57b10b Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:26:38 +0000 Subject: [PATCH] Bump API schema to 74db8aa9 --- 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 85b893782ae49d..11941c97c3a851 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 = '2e4e8f93ce6ff45c441804617f1d5a85c5a35aea'; +const SENTRY_API_SCHEMA_SHA = '74db8aa9057e2751a734ba597b3c81d80da7082f'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';