From a8069fa88fd7a063c0110f3e64356fe6c7b89dda Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:52:56 -0700 Subject: [PATCH] Bump API schema to 025bde31 (#7915) Co-authored-by: openapi-getsentry-bot --- src/gatsby/utils/resolveOpenAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatsby/utils/resolveOpenAPI.ts b/src/gatsby/utils/resolveOpenAPI.ts index fa210bb3516a4..a774344e34751 100644 --- a/src/gatsby/utils/resolveOpenAPI.ts +++ b/src/gatsby/utils/resolveOpenAPI.ts @@ -6,7 +6,7 @@ import {promises as fs} from 'fs'; // 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 = '4484ba7e4f77910b93668d6855c578a07a8e1436'; +const SENTRY_API_SCHEMA_SHA = '025bde31ad3ff92a5249cd094f07632b3eb15b06'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';