From 60a5f3fa4c9cff5bf5b01697e1c14a496727c79e Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:45:40 -0700 Subject: [PATCH] Bump API schema to a633d20e (#7506) 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 185fc07c965f2..b6de5da5f0b8c 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 = '50bd6c862256125128ff90cc093970d3d5581617'; +const SENTRY_API_SCHEMA_SHA = 'a633d20eb65c4b11cdba7cde0a420f5969b4e78e'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';