From a61e72023934a19b1483f36e2e96534b11d609cb Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:30:05 -0800 Subject: [PATCH] Bump API schema to ed563018 (#9117) Co-authored-by: openapi-getsentry-bot --- src/build/resolveOpenAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/resolveOpenAPI.ts b/src/build/resolveOpenAPI.ts index f9aae96c5c910..1a30d1840ef5b 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -10,7 +10,7 @@ import {DeRefedOpenAPI} from './open-api/types'; // 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 = 'aeb99a0319ae42137d6eb403bb6fff411bbab26d'; +const SENTRY_API_SCHEMA_SHA = 'ed56301872d7fb0fcd6bd4a6017682129c99b92d'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';