From ada73073969779602b763902471222d6041f90ca Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:24:53 +0000 Subject: [PATCH] Bump API schema to bacf8aa0 (#12237) 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 ab0ffc43fbcce..4e88d01012b82 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -8,7 +8,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 = '0d3edf52598cb84afef80b9c716c6aac9a174644'; +const SENTRY_API_SCHEMA_SHA = 'bacf8aa0b60259aff2730dd1eb00ea78c71004a6'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';