From 9f32824c89bd18f2248dd56e8ff22983d6799854 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:54:22 -0700 Subject: [PATCH] Bump API schema to a71676b2 (#7507) 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 b6de5da5f0b8c..c4337c078560d 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 = 'a633d20eb65c4b11cdba7cde0a420f5969b4e78e'; +const SENTRY_API_SCHEMA_SHA = 'a71676b2027b244e7b8006bbf38974718fb39d4e'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';