From ad2b6d3b81713a3879974a8b05cbbc69b47cf8cf Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Mon, 31 Mar 2025 20:32:44 +0000 Subject: [PATCH] Bump API schema to 3339cec7 --- 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 0c70477d9f0fd8..4b7438ba93782f 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 = 'b58f71ca4d0911f360fea1fc52c3084d71b33591'; +const SENTRY_API_SCHEMA_SHA = '3339cec7c303e98f69df2b2e5318b841981ef719'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';