From 4d915e21d6cea469be3fe3dbd22ce941ab500f68 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Mon, 14 Jul 2025 22:42:18 +0000 Subject: [PATCH] Bump API schema to 6718b5ea --- 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 6d233826ceb1c2..1252d5b5401783 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 = 'a4719377a7c6176bb1bfcc2861f1996834c55d02'; +const SENTRY_API_SCHEMA_SHA = '6718b5eaab9ce4f486081f2b26fd385ff858e730'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';