From 5d053b90ea515cd0c8ca01e731347e997d7ce880 Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:05:32 -0700 Subject: [PATCH] Bump API schema to 8f6c60f6 (#8339) 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 3b9dafdff0eb8..b920d8c0ab408 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 = '4462405412748e2b763ff53c4c1ceb5e722c2b23'; +const SENTRY_API_SCHEMA_SHA = '8f6c60f618f433cbce59eba768d612170e1d9b40'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';