From 246f2adf90474abf64503a9caa740385d8dc0530 Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 19:10:56 +0000 Subject: [PATCH] Bump API schema to d389e976 --- 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 652401a330f6b..d227b5f64f828 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 = '3ddff9362b129d3e394901b3f79a8038ac9f9c73'; +const SENTRY_API_SCHEMA_SHA = 'd389e976790cf44cf1278ce8df07136fc6c71f65'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';