From 33206bcb65bfcf02693f13851c5ed5f7cf5671ca Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 13 Mar 2025 09:42:32 +0000 Subject: [PATCH] Bump API schema to d8d1295e --- 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 7ab6fc22c8168a..a7df66a4a01272 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 = '546cb91d3e3c803f719cf1ab5c356ff6182fff46'; +const SENTRY_API_SCHEMA_SHA = 'd8d1295e8aba64a00dc0f2208839c8b091e7a446'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';