From ae4f7e42937bb46a621b81e5c7c61359c7d86d6d Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:38:14 +0000 Subject: [PATCH] Bump API schema to 6561b53a (#12435) Co-authored-by: openapi-getsentry-bot --- 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 11b44d6e9e777..756d2b385ff09 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -8,7 +8,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 = 'e5131a6c8ea75c2448f192d67b657dab715d239c'; +const SENTRY_API_SCHEMA_SHA = '6561b53ad23c7d30c738b925f0cb155b870d4fb9'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';