From 30a14b2b72c1893dac76383e2a377f41815933a7 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 17 Jul 2025 19:21:34 +0000 Subject: [PATCH] Bump API schema to 65da7122 --- 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 ae040fa9b998d..4469d51e1393d 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 = '80e0ece3119cfa243659f767f31abbca2f704e8f'; +const SENTRY_API_SCHEMA_SHA = '65da712285fa2a11ec56debf9b5e6d0ccf2a1cc3'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';