From 4648ac4a48b420f58437d67c72b11b32d1a22060 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Wed, 16 Jul 2025 17:09:52 +0000 Subject: [PATCH] Bump API schema to bf2cf702 --- 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 ae040fa9b998d..18ef7fe591e30 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 = '80e0ece3119cfa243659f767f31abbca2f704e8f'; +const SENTRY_API_SCHEMA_SHA = 'bf2cf702dfb4d606b33e50205e4ecf0edcca7698'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';