From 37929e194e2aa8978822ac25766f9a7727a5b2a9 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:26:15 -0700 Subject: [PATCH] Bump API schema to 7b527c6b (#8168) 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 7a2ac23a62206..6e327e844bcc4 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 = '141619993e7a28621ac35c3cc785a44383a9d739'; +const SENTRY_API_SCHEMA_SHA = '7b527c6b0c92a5ced6fd1a990b0bcad651c1de43'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';