From 00972af1d611f25d7cb5bc988a74335abe799957 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:22:22 -0700 Subject: [PATCH] Bump API schema to 9904b2a9 (#8191) 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 ecce7a00188c1..a9d8a55c8d084 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 = '8764b986e10d3616e47b073010365ceab36713c8'; +const SENTRY_API_SCHEMA_SHA = '9904b2a991936862e4ec0519147c1beec82852fa'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';