From 48ec2b7d03acc15c086aba48d4fc69dd55bd480f Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Fri, 17 Jan 2025 21:39:39 +0000 Subject: [PATCH] Bump API schema to 58559e90 --- 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 756b95dc72354..fb8c45afb17a5 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 = '3f5b403447d68d72208ff82dbd8417c774054ae4'; +const SENTRY_API_SCHEMA_SHA = '58559e9093de7d2c66775a28c2b40d0a3c611da5'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';