From fd2143f7a99026ea999c52d79d3a583ce30c5c6f Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 12 Jun 2025 09:00:59 +0000 Subject: [PATCH] Bump API schema to 494436cf --- 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 4c37a4a026a790..c9951cf395481d 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 = '8691795a681044f7ff8938c3bce4600e7a2d7d73'; +const SENTRY_API_SCHEMA_SHA = '494436cfe6cc6a6ef0ed97300186f30975f03390'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';