From 4bc0ac8c70b346ddb7d023a1b499908cf771c4f6 Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:23:31 +0000 Subject: [PATCH] Bump API schema to d7f3994c --- 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 1e02cb50419dd..6d06f0c9694aa 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 = '1a590854c98fd9b4c3f69f298404492ef65194ab'; +const SENTRY_API_SCHEMA_SHA = 'd7f3994c6a198feb545701fd8aa91e075dbe2382'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';