From ea40c4da41d83caf7486c1450704f0c0309b6c2a 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:44:05 +0000 Subject: [PATCH] Bump API schema to 36d4bbf9 --- 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 be6f030c2ff21..7ec376f1ccc2c 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 = '3584ce7643421883b8ed11f6daf555ea3590e455'; +const SENTRY_API_SCHEMA_SHA = '36d4bbf9b065192d1029efb8ce6eaa0e34819471'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';