From 6f0c30f260d544d7dc709d7abe19a0f0c19ddf5b Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:14:25 -0800 Subject: [PATCH] Bump API schema to 7de5b81f (#8465) 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 ee5135504a591..cef2ec46a4009 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 = 'beadaf9a19281e40c15f39df2a849b8e1381035c'; +const SENTRY_API_SCHEMA_SHA = '7de5b81fb34008bde266833d73e370abb60ea539'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';