From 5e6f9d1014b28cecd790ac880ae3accf7077c47f Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:45:44 -0700 Subject: [PATCH] Bump API schema to a00dbeaa (#8368) 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 134ac6dabfc78..af019882fbc46 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 = 'a1e94da174f5b8e6c07c5624d4f163cd8c9669a4'; +const SENTRY_API_SCHEMA_SHA = 'a00dbeaa340a8a7e49cf8059d1bf10e31b9b69f7'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';