From ada0f2253fa719f01e64a7a6410503caa94416e5 Mon Sep 17 00:00:00 2001 From: "sentry-api-schema-updater[bot]" <271575301+sentry-api-schema-updater[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:12:33 +0000 Subject: [PATCH] Bump API schema to f0c18016 --- 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 df0d2fd69b555..0f234c1dc8c40 100644 --- a/src/build/resolveOpenAPI.ts +++ b/src/build/resolveOpenAPI.ts @@ -6,7 +6,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 = '25a01de5fad77863526abb0e6f43ff5b86be2f9b'; +const SENTRY_API_SCHEMA_SHA = 'f0c180169c12cf136a78ad11612d2470797fa69a'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';