From 82a3fc5cb4ebdf5f61abe2c606472e2ad1ba06ff Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 27 Nov 2023 08:28:23 -0800 Subject: [PATCH] Bump API schema to d7675fbe (#8584) 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 60da15029ffe1..2f4e70c6d8bd4 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 = 'ae3084f60d75b4c9e29d6a67da0ec1df7f7790e5'; +const SENTRY_API_SCHEMA_SHA = 'd7675fbe5a7a5f36cfa031558c22af8ac12276f5'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';