From d31cb64edad8fcad7e9534e16b6b18df552476e4 Mon Sep 17 00:00:00 2001 From: openapi-getsentry-bot Date: Thu, 15 Aug 2024 20:03:22 +0000 Subject: [PATCH] Bump API schema to aee3c083 --- 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 b10f2bef7d925..f099bfe5c6b77 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 = '51f5e5dfbbc6d2d9fea6bfbe25e7fee63cc3c553'; +const SENTRY_API_SCHEMA_SHA = 'aee3c08319966d0f5381ce7d083cd81e4fdb00f9'; const activeEnv = process.env.GATSBY_ENV || process.env.NODE_ENV || 'development';