From b762da705015a2f752e5102a1113f36fbe086f45 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:09:41 -0700 Subject: [PATCH] Bump API schema to 84d5ff6a (#8170) 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 a925aa992ada7..80a43b241788c 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 = '509dabed7e4f9aa92d66167a90be5a081639ab78'; +const SENTRY_API_SCHEMA_SHA = '84d5ff6aaf8d75b9415494ad30a806639c16f940'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';