From a3e680e6ec178871f33840b9cbf6468bc6080eeb Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Wed, 20 Sep 2023 19:13:08 +0000 Subject: [PATCH] Bump API schema to 4484ba7e --- 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 7a592a9e79d1c..fa210bb3516a4 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 = 'ae4f43fc110d1214d95826ad3419ea11ecc862d2'; +const SENTRY_API_SCHEMA_SHA = '4484ba7e4f77910b93668d6855c578a07a8e1436'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';