From 230952d36afc943ebcdec4fb13e4e59f11d882a6 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:57:34 +0000 Subject: [PATCH] Bump API schema to cbb20db6 (#12817) 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 ce9be9196080f..f47772f32e7fa 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 = '8ad071fc48e84533238c822d766e6e4a649a8abd'; +const SENTRY_API_SCHEMA_SHA = 'cbb20db61e93ad14d2c752522f633a822d822d19'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';