From 2e905f87b9b2ca4b777007c69ca1529cb93ea4f5 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Wed, 12 Jun 2024 20:24:12 +0000 Subject: [PATCH] Bump API schema to 10a29b96 --- 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 2b6bcd9f51fe1..75079038df052 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 = 'fee7af6df0bb3b71aa57a96fe9569848c9dc8e54'; +const SENTRY_API_SCHEMA_SHA = '10a29b96a5303c2d47a6ea12944971a356c2342a'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';