From 6259df455191c0bd61c6d27795146a3f227ddbd3 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 20 Mar 2025 17:44:21 +0000 Subject: [PATCH] Bump API schema to c5c24aaa --- 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 aaee9586a3988..8b41e76e3768f 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 = 'a2ede88e94235ca23d3692cc0d541bfe7c48bb88'; +const SENTRY_API_SCHEMA_SHA = 'c5c24aaaa3a735169d74c4b413e4a9debe952964'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';