From ed49def8ec14f4821f60cc7e096cf3851798200d Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:12:36 -0700 Subject: [PATCH] Bump API schema to 6d67fc4d (#7606) 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 cd7d2bf3da248..702b09d4b1964 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 = '05e35240e5e65714f4c5c333b4161a1aec44fc44'; +const SENTRY_API_SCHEMA_SHA = '6d67fc4dc8a488cf834d590d014211cfacd40608'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';