From fa7f4d8ccf9345313a64c5966a401457e7626722 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:55:26 -0700 Subject: [PATCH] Bump API schema to 0b11b63c (#8022) 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 ce7e065c67e10..abe41643c3557 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 = '19992e6704014a95442fa3856b86b9b7919860d6'; +const SENTRY_API_SCHEMA_SHA = '0b11b63cdba85641c9a07bfcf83949ee7fff8af2'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';