From d70eedec8767af7723cb5711eb4c589ca37f1b69 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 7 Dec 2023 23:30:41 +0000 Subject: [PATCH] Bump API schema to d92d049e --- 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 ea5624ff0eceb..ae10ea430fe97 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 = '89da65320502c7177098ef7f30809b7eae1e56cd'; +const SENTRY_API_SCHEMA_SHA = 'd92d049e3d8ea02e589a8ced1154b17e61f6a031'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';