From ecb639732817c1e145ee1c71394d8f8ea7441bf6 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:19:21 -0700 Subject: [PATCH] Bump API schema to 77d2fc43 (#7450) 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 a6b96ec0f3f90..c456115e403d1 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 = '6f255e0ece222fbd9228efc18a9fdd0d73a890fd'; +const SENTRY_API_SCHEMA_SHA = '77d2fc43cec0de7fcfdaf42391dd004616079d1d'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';