From dd27a120299a9ac77cb70f644e58ccad3e86bcb4 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:17:53 -0700 Subject: [PATCH] Bump API schema to 3791565d (#7702) 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 8105f18485773..d9ad635e67a3d 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 = 'e2807c5c26ca8229a841981cbc9a38a0f3816850'; +const SENTRY_API_SCHEMA_SHA = '3791565d415082409b55ad8fc2fad247e356fa1a'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';