From 3b1fcf91d9ee0b9ecacf18a0d24fbd49d12e7a3f Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:59:13 -0700 Subject: [PATCH] Bump API schema to ae4f43fc (#7889) 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 0204e200cb622..7a592a9e79d1c 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 = 'db5ca15cbf931352e049f113e5e325522d96e33c'; +const SENTRY_API_SCHEMA_SHA = 'ae4f43fc110d1214d95826ad3419ea11ecc862d2'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';