From d8f73cfc729c393e23673de86598dfda6be5ff02 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:23:36 -0700 Subject: [PATCH] Bump API schema to 8b8f60de (#7936) 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 981f68c383c8b..0a523b43e9d97 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 = '23e134d31e491817f8aed9dbb6056845f94a162b'; +const SENTRY_API_SCHEMA_SHA = '8b8f60dea08c3bfb3acad0b2fba5fc57de0712c0'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';