From 18314114c826bb7929f79e42d952b26b4fa0647b Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 19:02:12 +0000 Subject: [PATCH] Bump API schema to a43c36a1 (#12916) 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 2058f111ba653..f76666b2bfb50 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 = 'c53a227829cd9cc78380fe4b61d9bab15048017b'; +const SENTRY_API_SCHEMA_SHA = 'a43c36a102d4e86d473fcae2375ed793aa8dbd3d'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';