From e27c0f39f2502bc30889352d60948543d48b1ff3 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Wed, 25 Oct 2023 18:28:57 +0000 Subject: [PATCH] Bump API schema to 8a5046b1 --- 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 edf1988f21f8a..f73d42361e39d 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 = '417528a91550db3401a6573b3a957bf930127ab2'; +const SENTRY_API_SCHEMA_SHA = '8a5046b1467df8cd7ee2070de2876691fd3590ca'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';