From b471bce221c6ffd73a55f8ad3f5a5fbd39e3b655 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Fri, 13 Sep 2024 22:12:12 +0000 Subject: [PATCH] Bump API schema to ae54fbbd --- 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 3d9429893d542..59cdcb93f2706 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 = 'ae74ec93ecef4814da480552c596a6fad271d15e'; +const SENTRY_API_SCHEMA_SHA = 'ae54fbbdac927578ba757743eb0d98189bfaa120'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';