From af78b4bc2b8511e412a4e26f61343c4ba7fae09d 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, 9 Jun 2026 21:57:14 +0000 Subject: [PATCH] Bump API schema to 4590aeec --- 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 d306c4a7bf2866..6584f45d0a13b8 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 = '262922be6cdc32dd188e657cd44054d3d8d1d17d'; +const SENTRY_API_SCHEMA_SHA = '4590aeece95074a5d5ba1e06b69ff6b674100d51'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';