From 7c0a0e7189ee04571c3c656a0609fa6f4c5ba275 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:00:02 -0700 Subject: [PATCH] Bump API schema to 2a7cb395 (#8395) 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 28c7c799ba212..cef2238445f04 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 = 'caf38d70a96787706dfc038ff1d3dd7ea5bd34ad'; +const SENTRY_API_SCHEMA_SHA = '2a7cb3951db11b3108efdbd22820e48087498915'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';