From 1b18661893debf58166c1a7a972ae3178860feb7 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:33:07 -0800 Subject: [PATCH] Bump API schema to 75359787 (#8968) 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 36ff836e2f0a0..b24597259b276 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 = 'c665ada69c8bda362cca8ee3d564b973737c78a3'; +const SENTRY_API_SCHEMA_SHA = '75359787cd8be86bcd09cc8eaeb7a251af63b8ab'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';